Minor sunset stuff.

pull/76/head
CCOSTAN 9 years ago
parent 5b5413432b
commit 70ddb82402

@ -9,20 +9,7 @@
action:
- service: script.monthly_front_house_scene
- service: switch.turn_on
entity_id: switch.living_room_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.den_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.living_room_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.dining_room_outlet
- delay: '00:00:30'
- service: switch.turn_on
entity_id: switch.foyer_outlet
- service: script.holiday_switches_on
- service: light.turn_on
entity_id:
- light.outdoor_bathroom
@ -30,7 +17,6 @@
- light.tv_stand_light
data:
transition: 1200
######################################################################

@ -1,5 +1,5 @@
######################################################################################################
###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down. (Minus 3 Hours)
###Script to turn on scene for the appropriate month for the front of the house but only when the sun is down.
# action:
# - service: script.monthly_front_house_scene
#
@ -10,7 +10,6 @@ monthly_front_house_scene:
sequence:
- condition: sun
before: 'sunrise'
before_offset: '-03:00:00'
- service: scene.turn_on
data_template:

Loading…
Cancel
Save

Powered by TurnKey Linux.