nursery to girls room... finally

This commit is contained in:
CeeWeasel
2025-12-03 23:21:30 -05:00
parent 921c3df342
commit 78cd67a560
129 changed files with 2715 additions and 2677 deletions
+19
View File
@@ -0,0 +1,19 @@
template:
- cover:
- unique_id: templatecover.garage_door
device_class: GARAGE
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
default_entity_id: cover.garage_door
name: Garage Door
state: "{{is_state('binary_sensor.garage_door','on')}}"