mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Add delays for Holiday lights and RF.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
###################################
|
||||
|
||||
- alias: Heal ZWave Nightly
|
||||
hide_entity: True
|
||||
trigger:
|
||||
platform: time
|
||||
after: '2:31:00'
|
||||
|
@@ -11,17 +11,24 @@
|
||||
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
entity_id: group.holiday
|
||||
|
||||
entity_id: switch.halloween_lights_den
|
||||
- delay: 00:00:30
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.halloween_lights_dining_room
|
||||
|
||||
- alias: 'Holiday Stuff off'
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunrise
|
||||
offset: '-03:00:00'
|
||||
offset: '-03:30:00'
|
||||
- platform: event
|
||||
event_type: halloween_lights_off
|
||||
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
entity_id: group.holiday
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.halloween_lights_den
|
||||
- delay: 00:00:30
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.halloween_lights_dining_room
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
- alias: ZWave Enerwave Door Sensors Open
|
||||
hide_entity: True
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: zwave.node_event
|
||||
@@ -10,6 +11,7 @@
|
||||
entity_id: light.office_lamp
|
||||
|
||||
- alias: ZWave Enerwave Door Sensors Closed
|
||||
hide_entity: True
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: zwave.node_event
|
||||
|
4
group/holiday.yaml
Executable file
4
group/holiday.yaml
Executable file
@@ -0,0 +1,4 @@
|
||||
Holiday:
|
||||
entities:
|
||||
- switch.halloween_lights_den
|
||||
- switch.halloween_lights_dining_room
|
@@ -49,7 +49,3 @@ Upstairs:
|
||||
entities:
|
||||
- light.upstairs_lamp
|
||||
|
||||
Holiday:
|
||||
entities:
|
||||
- switch.halloween_lights_den
|
||||
- switch.halloween_lights_dining_room
|
Reference in New Issue
Block a user