initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+19
View File
@@ -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