diff --git a/config/automation/late_night_outside_helper.yaml b/config/automation/late_night_outside_helper.yaml index 31280113..5f570650 100755 --- a/config/automation/late_night_outside_helper.yaml +++ b/config/automation/late_night_outside_helper.yaml @@ -47,9 +47,10 @@ - switch.back_landscaping - switch.front_door_outlet - switch.foyer_outlet - - wait_template: "{{ is_state('states.group.entry_points.state', 'off') }}" - - wait_template: "{{ is_state( 'group.garage_doors', 'closed') }}" + - wait_template: "{{ is_state('group.entry_points', 'off') }}" + - wait_template: "{{ is_state('group.garage_doors', 'closed') }}" - service: script.monthly_color_scene + - choose: - conditions: > {{ states.group.entry_points.state == 'on' or 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 8ba21f89..dfb3634f 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 981ec5b3..39d38ebb 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