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