Files
fresh-home/components/covers/garage_door.yaml
T
2025-10-10 20:24:52 -04:00

20 lines
517 B
YAML

platform: template
covers:
garage_door:
unique_id: templatecover.garage_door
friendly_name: "Garage Door"
device_class: garage
value_template: "{{is_state('binary_sensor.garage_door','on')}}"
open_cover:
action: switch.turn_on
data:
entity_id: switch.shelly_garage_door
close_cover:
action: switch.turn_on
data:
entity_id: switch.shelly_garage_door
stop_cover:
action: switch.turn_on
data:
entity_id: switch.shelly_garage_door