diff --git a/config/packages/blink.yaml b/config/packages/blink.yaml index 98e4546d..ce0ed7b6 100755 --- a/config/packages/blink.yaml +++ b/config/packages/blink.yaml @@ -14,7 +14,7 @@ automation: trigger: - platform: numeric_state entity_id: sensor.blink_blink1_temperature - above: 50 + above: 55 for: minutes: 20 - platform: event @@ -23,7 +23,7 @@ automation: condition: - condition: numeric_state entity_id: sensor.blink_blink1_temperature - above: 50 + above: 55 action: @@ -40,10 +40,8 @@ automation: - service: script.speech_engine data_template: - value1: > - {{ [ - "Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} degrees for at least 20 minutes." - ] | random }} + value1: "Please check the fridge, the temperature has been {{ states('sensor.blink_blink1_temperature') }} degrees for at least 20 minutes." + no_fridge: 1 - delay: 00:30:00 - event: event_fridge_still_hot_loop diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index 499c007d..ef63eb4c 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -297,7 +297,7 @@ {{ lightning() }} {% endif %} - {% if (states('sensor.blink_blink1_temperature')|int) > 50 %} + {% if (states('sensor.blink_blink1_temperature')|int) > 50 and no_fridge != 1 %} {{ fridge() }} {% endif %} 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 ad79fc21..51629c0b 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 0580fc8f..a7ade60e 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