diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml index 6de1e261..ecdadeed 100755 --- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml +++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml @@ -43,7 +43,7 @@ - group.exterior_lights - light.outdoor_front_lights - light.outdoor_pool_lights - - group.outdoor_xmas_lights + - group.outdoor_seasonal - service: light.turn_off entity_id: all @@ -55,7 +55,7 @@ - group.master_bathroom_accents - group.exterior_lights - light.outdoor_front_lights - - group.outdoor_xmas_lights + - group.outdoor_seasonal - service: input_boolean.turn_off entity_id: diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 2767695a..ae5082e7 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -60,7 +60,7 @@ entity_id: - switch.front_landscaping - light.bedroom - - group.outdoor_xmas_lights + - group.outdoor_seasonal - service: script.monthly_color_scene - service: light.turn_on entity_id: diff --git a/config/automation/good_night.yaml b/config/automation/good_night.yaml index f8cb19b7..e291881e 100755 --- a/config/automation/good_night.yaml +++ b/config/automation/good_night.yaml @@ -43,7 +43,7 @@ - service: input_boolean.turn_off entity_id: input_boolean.good_night - service: homeassistant.turn_off - entity_id: group.outdoor_xmas_lights + entity_id: group.outdoor_seasonal - service: script.interior_off - wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}" diff --git a/config/configuration.yaml b/config/configuration.yaml index 10854de1..d563d770 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -43,6 +43,7 @@ cloud: - group.exterior_lights - group.interior_lights - group.landscaping + - group.outdoor_seasonal - group.master_bathroom_accents - group.kitchen_accents - light.bedroom diff --git a/config/group/Indoor_Outdoor.yaml b/config/group/Indoor_Outdoor.yaml index fe9a4f4e..68c1187f 100755 --- a/config/group/Indoor_Outdoor.yaml +++ b/config/group/Indoor_Outdoor.yaml @@ -22,4 +22,4 @@ Exterior_Lights: - light.outdoor_pool_lights - light.outdoor_front_lights - group.landscaping - - group.outdoor_xmas_lights + - group.outdoor_seasonal diff --git a/config/group/switches.yaml b/config/group/switches.yaml index d59888b8..7e89094f 100755 --- a/config/group/switches.yaml +++ b/config/group/switches.yaml @@ -20,3 +20,6 @@ Master Bathroom Accents: entities: - switch.master_bathroom_accent_1 - switch.master_bathroom_accent_2 + +Outdoor Seasonal Switches: + - switch.outside_1 diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index e4174f93..6b088bff 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index e4174f93..3ac8c0cd 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ