Fixed some continuous checking of horizon lines.

This commit is contained in:
CCOSTAN
2017-02-02 02:42:03 +00:00
parent a6c01f8902
commit 873c2dcfe5
2 changed files with 1 additions and 3 deletions

View File

@@ -41,13 +41,10 @@
brightness: 150 brightness: 150
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.kitchen_accents entity_id: switch.kitchen_accents
- delay: '00:00:30'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.living_room_outlet entity_id: switch.living_room_outlet
- delay: '00:00:30'
- service: switch.turn_on - service: switch.turn_on
entity_id: switch.foyer_outlet entity_id: switch.foyer_outlet
# - delay: '00:08:00'
- service: script.front_house_motion - service: script.front_house_motion
- service: light.turn_off - service: light.turn_off
entity_id: entity_id:

View File

@@ -7,6 +7,7 @@
- platform: state - platform: state
entity_id: sun.sun entity_id: sun.sun
state: 'below_horizon' state: 'below_horizon'
from: 'above_horizon'
action: action:
- service: switch.turn_on - service: switch.turn_on