diff --git a/config/packages/alarm.yaml b/config/packages/alarm.yaml
index 3e7ac1b1..a465cdab 100755
--- a/config/packages/alarm.yaml
+++ b/config/packages/alarm.yaml
@@ -247,7 +247,7 @@ automation:
             {{ [
             "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.",
             "Since the {{ trigger.to_state.attributes.friendly_name }} is still open, I will turn off the air conditioners until you close it",
-            "The {{ trigger.to_state.attributes.friendly_name }} ihas been left open, I will turn off the AC to save some money for you.",
+            "The {{ trigger.to_state.attributes.friendly_name }} has been left open, I will turn off the AC to save some money for you.",
             "We cant have the Air Conditioning running AND have {{ trigger.to_state.attributes.friendly_name }} open so I will turn off the AC.",
             "Since running the AC while {{ trigger.to_state.attributes.friendly_name }} is open, I will turn off the Air Conditioner.",
             "Once the {{ trigger.to_state.attributes.friendly_name }} is closed, I will turn the Air Conditioner back on",
diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml
index 74481b66..499c007d 100755
--- a/config/templates/speech/briefing.yaml
+++ b/config/templates/speech/briefing.yaml
@@ -39,6 +39,10 @@
   There have been {{ states('sensor.blitzortung_lightning_counter') }} lightning strikes detected within {{(states('sensor.blitzortung_lightning_distance') | int / 1.69) | round (1, 'floor')}} Miles of our House.  Please make sure everyone is inside the house.
   {%- endmacro -%}
 
+  {%- macro fridge() -%}
+  The internal temperature of the refrigerator is currently {{ states('sensor.blink_blink1_temperature') }} degrees.
+  {%- endmacro -%}
+
   {%- macro light_check() -%}
   {% if states.group.all_lights.state != 'off' -%}
       There are
@@ -293,6 +297,10 @@
     {{ lightning() }}
     {% endif %}
 
+    {% if (states('sensor.blink_blink1_temperature')|int) > 50 %}
+    {{ fridge() }}
+    {% endif %}
+
     {{ DoorOpened }}
     {{ DoorClosed }}
 
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 c38c7deb..fea7ee2a 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 25e6788f..ad8e1b24 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