mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
Closes #657 by adding back in the switch for Holiday gear.
This commit is contained in:
parent
93f927a113
commit
8099ffa2d6
@ -65,6 +65,7 @@
|
|||||||
- group.master_bathroom_accents
|
- group.master_bathroom_accents
|
||||||
- switch.back_landscaping
|
- switch.back_landscaping
|
||||||
- switch.front_door_outlet
|
- switch.front_door_outlet
|
||||||
|
- switch.foyer_outlet
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.living_room_accents
|
- group.living_room_accents
|
||||||
|
@ -7,21 +7,15 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.all_covers
|
entity_id: group.all_covers
|
||||||
to: 'open'
|
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
to: 'below_horizon'
|
to: 'below_horizon'
|
||||||
from: 'above_horizon'
|
from: 'above_horizon'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
|
||||||
conditions:
|
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sun.sun
|
entity_id: sun.sun
|
||||||
state: 'below_horizon'
|
state: 'below_horizon'
|
||||||
- condition: state
|
|
||||||
entity_id: group.all_covers
|
|
||||||
state: 'open'
|
|
||||||
|
|
||||||
action:
|
action:
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
@ -48,6 +42,7 @@
|
|||||||
- group.master_bathroom_accents
|
- group.master_bathroom_accents
|
||||||
- switch.back_landscaping
|
- switch.back_landscaping
|
||||||
- switch.front_door_outlet
|
- switch.front_door_outlet
|
||||||
|
- switch.foyer_outlet
|
||||||
- wait_template: >-
|
- wait_template: >-
|
||||||
{{ states.group.garage_doors.state == 'closed' }}
|
{{ states.group.garage_doors.state == 'closed' }}
|
||||||
- service: script.monthly_color_scene
|
- service: script.monthly_color_scene
|
||||||
|
@ -7,6 +7,7 @@ Interior Switches:
|
|||||||
- switch.master_bathroom_accent_1
|
- switch.master_bathroom_accent_1
|
||||||
- switch.master_bathroom_accent_2
|
- switch.master_bathroom_accent_2
|
||||||
- switch.pool_deck
|
- switch.pool_deck
|
||||||
|
- switch.foyer_outlet
|
||||||
|
|
||||||
Kitchen Accents:
|
Kitchen Accents:
|
||||||
entities:
|
entities:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user