mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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:
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.shelly_garage_door
|
||||
close_cover:
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.shelly_garage_door
|
||||
stop_cover:
|
||||
service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.shelly_garage_door
|
||||
Reference in New Issue
Block a user