Fixed some continuous checking of horizon lines.

pull/76/head
CCOSTAN 9 years ago
parent a6c01f8902
commit 873c2dcfe5

@ -41,13 +41,10 @@
brightness: 150
- service: switch.turn_on
entity_id: switch.kitchen_accents
- 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.foyer_outlet
# - delay: '00:08:00'
- service: script.front_house_motion
- service: light.turn_off
entity_id:

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

Loading…
Cancel
Save

Powered by TurnKey Linux.