mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Updated the Morning lights for the kids. THe kitchen lights were turning them off if we got up for the bathroom. ALL FIXE NOW hopefully!
This commit is contained in:
@@ -19,9 +19,13 @@
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
- condition: time
|
||||
after: "15:00:00"
|
||||
before: "04:00:00"
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
state: 'off'
|
||||
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
@@ -44,6 +48,7 @@
|
||||
entity_id: input_boolean.good_night
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: group.outdoor_seasonal
|
||||
|
||||
- service: script.interior_off
|
||||
|
||||
- wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"
|
||||
|
Reference in New Issue
Block a user