diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index 23f2b739..b8c47ca9 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -59,7 +59,7 @@ - service: homeassistant.turn_on entity_id: - switch.front_landscaping - - switch.villaneri + - switch.villaneridual - light.bedroom - group.outdoor_seasonal - service: script.monthly_color_scene diff --git a/config/group/switches.yaml b/config/group/switches.yaml index a3a655e4..1c503166 100755 --- a/config/group/switches.yaml +++ b/config/group/switches.yaml @@ -23,3 +23,7 @@ Master Bathroom Accents: Outdoor Seasonal: - switch.outside_1 + - switch.xmas1 + - switch.xmas2 + - switch.xmas3 + - switch.xmas4 diff --git a/config/light_groups.yaml b/config/light_groups.yaml index d28df744..0635ade1 100755 --- a/config/light_groups.yaml +++ b/config/light_groups.yaml @@ -114,7 +114,7 @@ - light.led_garage_small - light.led_outdoor_den - light.front_door - - light.flood1 + - light.treeflood - light.flood2 - light.pathmiddle diff --git a/config/packages/landscape_lighting.yaml b/config/packages/landscape_lighting.yaml index 6cbaf7e2..efb958dd 100755 --- a/config/packages/landscape_lighting.yaml +++ b/config/packages/landscape_lighting.yaml @@ -11,7 +11,7 @@ group: entities: - switch.front_landscaping - switch.back_landscaping - - switch.villaneri + - switch.villaneridual #------------------------------------------- # Automation : Added to Sunset_ON # Automation : Added to Sunset_OFF diff --git a/config/scene/monthly_colors.yaml b/config/scene/monthly_colors.yaml index 2a355d26..a5ec047a 100755 --- a/config/scene/monthly_colors.yaml +++ b/config/scene/monthly_colors.yaml @@ -315,7 +315,7 @@ rgb_color: *red light.flood2: state: 'on' - rgb_color: *red + rgb_color: *green light.front_door: state: 'on' rgb_color: *green @@ -331,15 +331,12 @@ light.led_garage_large: state: 'on' rgb_color: *green - effect: green_fade light.led_garage_snip: state: 'on' rgb_color: *green - effect: green_fade light.led_garage_small: state: 'on' rgb_color: *green - effect: green_fade light.led_outdoor_den: state: 'on' rgb_color: *green 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 8d2c7a32..35c877e7 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 150a39a1..6e3ee7f4 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