Many more Words to annoy everyone in the house when they leave a door or window open.

This commit is contained in:
ccostan 2020-08-04 13:58:39 -04:00
parent f0f7d08092
commit 169339ad9c
1 changed files with 13 additions and 1 deletions

View File

@ -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
#-------------------------------------------#-------------------------------------------