This commit is contained in:
ccostan 2020-10-03 16:07:29 -04:00
parent 247cd4a774
commit 3067190bca
8 changed files with 9 additions and 5 deletions

View File

@ -43,7 +43,7 @@
- group.exterior_lights - group.exterior_lights
- light.outdoor_front_lights - light.outdoor_front_lights
- light.outdoor_pool_lights - light.outdoor_pool_lights
- group.outdoor_xmas_lights - group.outdoor_seasonal
- service: light.turn_off - service: light.turn_off
entity_id: all entity_id: all
@ -55,7 +55,7 @@
- group.master_bathroom_accents - group.master_bathroom_accents
- group.exterior_lights - group.exterior_lights
- light.outdoor_front_lights - light.outdoor_front_lights
- group.outdoor_xmas_lights - group.outdoor_seasonal
- service: input_boolean.turn_off - service: input_boolean.turn_off
entity_id: entity_id:

View File

@ -60,7 +60,7 @@
entity_id: entity_id:
- switch.front_landscaping - switch.front_landscaping
- light.bedroom - light.bedroom
- group.outdoor_xmas_lights - group.outdoor_seasonal
- service: script.monthly_color_scene - service: script.monthly_color_scene
- service: light.turn_on - service: light.turn_on
entity_id: entity_id:

View File

@ -43,7 +43,7 @@
- service: input_boolean.turn_off - service: input_boolean.turn_off
entity_id: input_boolean.good_night entity_id: input_boolean.good_night
- service: homeassistant.turn_off - service: homeassistant.turn_off
entity_id: group.outdoor_xmas_lights entity_id: group.outdoor_seasonal
- service: script.interior_off - service: script.interior_off
- wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}" - wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"

View File

@ -43,6 +43,7 @@ cloud:
- group.exterior_lights - group.exterior_lights
- group.interior_lights - group.interior_lights
- group.landscaping - group.landscaping
- group.outdoor_seasonal
- group.master_bathroom_accents - group.master_bathroom_accents
- group.kitchen_accents - group.kitchen_accents
- light.bedroom - light.bedroom

View File

@ -22,4 +22,4 @@ Exterior_Lights:
- light.outdoor_pool_lights - light.outdoor_pool_lights
- light.outdoor_front_lights - light.outdoor_front_lights
- group.landscaping - group.landscaping
- group.outdoor_xmas_lights - group.outdoor_seasonal

View File

@ -20,3 +20,6 @@ Master Bathroom Accents:
entities: entities:
- switch.master_bathroom_accent_1 - switch.master_bathroom_accent_1
- switch.master_bathroom_accent_2 - switch.master_bathroom_accent_2
Outdoor Seasonal Switches:
- switch.outside_1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 68 KiB