Files
sarah/config/lovelace/button_card_templates/v2/devices/cover.yaml
T
2021-10-10 19:02:34 +03:00

6 lines
122 B
YAML

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