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

8 lines
200 B
YAML

v3_button_cover:
template: [v3_button, cover]
state_display: |
[[[
if (entity.state === 'closed') { return 'Closed' }
return entity.attributes.current_position + '% Open';
]]]