mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 13:29:12 +00:00
Fix Stupid horizon typo!
This commit is contained in:
parent
6719fca9e9
commit
a6c01f8902
@ -4,8 +4,9 @@
|
||||
|
||||
- alias: 'Sunset Stuff on'
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
- platform: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
|
@ -14,7 +14,7 @@ front_house_motion:
|
||||
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below.horizon'
|
||||
state: 'below_horizon'
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.front_full_brightness
|
||||
- delay: '00:{{ (range(5, 20)|random|int) }}:00'
|
||||
|
@ -10,7 +10,7 @@ monthly_front_house_scene:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below.horizon'
|
||||
state: 'below_horizon'
|
||||
|
||||
- service: logbook.log
|
||||
data_template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user