This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Состояние 3D принтера | |
| - sensor: | |
| - name: "Статус 3D-принтера" | |
| state: > | |
| {% set status = states('sensor.bambu_a1mini_current_stage') %} | |
| {% if status == 'paused_heat_bed_temperature_malfunction' %} | |
| Пауза: неисправность температуры стола | |
| {% elif status == 'paused_front_cover_falling' %} | |
| Пауза: передняя крышка открыта | |
| {% elif status == 'changing_filament' %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # :speech_balloon: Примеры оформления материалов | |
| <h2 class="tabset">Tabs</h2> | |
| <h3>First Tab</h3> | |
| <p>Any content here will go into the first tab...</p> | |
| <h3>Second Tab</h3> |