Files
sarah/lovelace/button_card_templates/v2/devices/cover.yaml
T
2022-12-01 16:01:59 +02:00

6 lines
122 B
YAML

cover:
icon: >
[[[
return entity.state === "open" ? "mdi:window-shutter-open" : "mdi:window-shutter";
]]]