mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
8 lines
199 B
YAML
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) + "%";
|
|
]]]
|