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