Files
sarah/lovelace/button_card_templates/v3/v3_button_light.yaml
T
2022-12-01 16:01:59 +02:00

8 lines
199 B
YAML

v3_button_light:
template: v3_button
state_display: |
[[[
if (entity.state === 'off') { return 'Off'; }
return Math.round(entity.attributes.brightness * 100 / 255) + "%";
]]]