Created
February 21, 2026 21:41
-
-
Save mawmawmawm/c0848b4f8c3a2e168cb6d5f85e94b708 to your computer and use it in GitHub Desktop.
3D Print Overview in HA
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
| type: grid | |
| cards: | |
| - type: heading | |
| heading_style: title | |
| heading: 3D-Drucker Überblick | |
| icon: mdi:printer-3d-nozzle | |
| - type: tile | |
| entity: switch.3d_drucker | |
| icon: carbon:chart-3d | |
| vertical: false | |
| features_position: bottom | |
| - type: tile | |
| entity: sensor.prusamini_print_finish | |
| vertical: false | |
| features_position: bottom | |
| visibility: | |
| - condition: state | |
| entity: switch.3d_drucker | |
| state: "on" | |
| - condition: state | |
| entity: sensor.prusamini_print_finish | |
| state_not: unavailable | |
| - type: tile | |
| entity: sensor.eve_energy_9ee6_power | |
| name: 3D Drucker Power | |
| vertical: false | |
| features_position: bottom | |
| - type: tile | |
| entity: sensor.3ddruck_monthly | |
| column_span: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment