diff --git a/config/packages/alarm.yaml b/config/packages/alarm.yaml
index ba8f2143..c4141c9f 100755
--- a/config/packages/alarm.yaml
+++ b/config/packages/alarm.yaml
@@ -243,7 +243,19 @@ automation:
           entity_id: climate.downstairs
       - 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."
+          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.",
+            "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.",
+            "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",
+            "So we dont waste money, I will turn off the AC until {{ trigger.to_state.attributes.friendly_name }} has been closed.",
+            "{{ trigger.to_state.attributes.friendly_name }} is open and we are cooling the outside. I will fix that by turning off the AC for now.",
+            "The fresh Air from the {{ trigger.to_state.attributes.friendly_name }} is great so I will turn off the AC until it is closed again.",
+            "When Doors and windows are left open like the {{ trigger.to_state.attributes.friendly_name }}, I will remember to turn off the AC."
+            ] | random }}
           call_outside_weather: 1
           call_inside_weather: 1
 #-------------------------------------------#-------------------------------------------