# shelly-panel.yaml — the Shelly display (casey.berlin/office/shelly-display)
# Placeholder artifact: the cleaned production config lands here after the shoot.
# Take it, build your own, tell me what you changed.
sensor:
  - platform: mqtt
    topic: shellies/haus/power
    name: "Bezug"
  - platform: mqtt
    topic: shellies/dach/pv
    name: "Dach"
display:
  - platform: ili9xxx
    lambda: |-
      it.print(20, 20, id(big), "Das Haus, sichtbar.");
