mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
20 lines
517 B
YAML
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
|