Add delays for Holiday lights and RF.

pull/76/head
CCOSTAN 9 years ago
parent 95f0593e95
commit ccb55c7ae9

@ -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

@ -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
Loading…
Cancel
Save

Powered by TurnKey Linux.