diff --git a/config/packages/alarm.yaml b/config/packages/alarm.yaml index ba195515..8e37d6a6 100755 --- a/config/packages/alarm.yaml +++ b/config/packages/alarm.yaml @@ -237,10 +237,9 @@ automation: value_template: "{{ states('climate.downstairs') != 'off' }}" action: - - service: climate.set_operation_mode + - service: climate.turn_off data: entity_id: climate.downstairs - operation_mode: 'off' - service: script.speech_engine data_template: value1: "The {{ trigger.to_state.attributes.friendly_name }} has been opened for about 5 minutes. I will shut down the Air Conditioner so you can enjoy the fresh air." @@ -262,10 +261,10 @@ automation: value_template: "{{ states('climate.downstairs') == 'off' }}" action: - - service: climate.set_operation_mode + - service: climate.set_hvac_mode data: entity_id: climate.downstairs - operation_mode: 'auto' + hvac_mode: 'auto' #-------------------------------------------#------------------------------------------- - alias: 'Alarm lights in Living room' 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 75bc8504..65e2b87c 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 f3e83fe9..fc5f10ae 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