Skip to content

Instantly share code, notes, and snippets.

@mawmawmawm
Created February 21, 2026 21:41
Show Gist options
  • Select an option

  • Save mawmawmawm/c0848b4f8c3a2e168cb6d5f85e94b708 to your computer and use it in GitHub Desktop.

Select an option

Save mawmawmawm/c0848b4f8c3a2e168cb6d5f85e94b708 to your computer and use it in GitHub Desktop.
3D Print Overview in HA
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