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