diff --git a/config/automation/System/detect_and_adjust_lights.yaml b/config/automation/System/detect_and_adjust_lights.yaml index e621d923..44a12fa9 100755 --- a/config/automation/System/detect_and_adjust_lights.yaml +++ b/config/automation/System/detect_and_adjust_lights.yaml @@ -30,6 +30,12 @@ value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.couch' }}" - condition: template value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.office' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.flood2' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.treeflood' }}" + - condition: template + value_template: "{{ trigger.event.data.entity_id.split('_')[0] != 'light.led' }}" - condition: template value_template: "{{ trigger.event.data.entity_id.split('_')[1] != 'screensaver' }}" - condition: template diff --git a/config/automation/System/watchdog_light.yaml b/config/automation/System/watchdog_light.yaml index ac3a5265..5d730964 100755 --- a/config/automation/System/watchdog_light.yaml +++ b/config/automation/System/watchdog_light.yaml @@ -7,7 +7,6 @@ trigger: - platform: state entity_id: - - light.hallway - light.hallway_lights - light.foyer_lights to: 'on' @@ -50,4 +49,3 @@ - light.hallway - light.hallway_lights - light.foyer_lights - 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 c0375a09..3aa5ca08 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