Updated with New Twitter quips!
This commit is contained in:
parent
05d44cd9e0
commit
b4734d31f3
|
@ -22,7 +22,7 @@
|
|||
{%- else -%}
|
||||
true
|
||||
{%- endif -%}
|
||||
|
||||
|
||||
action:
|
||||
- service: ifttt.trigger
|
||||
data_template: {"event":"Rachio_Rain_Delay"}
|
||||
|
@ -32,8 +32,8 @@
|
|||
tweet: >
|
||||
{{ [
|
||||
"Looks like Rain, Pausing the @_Rachio for 24 hours. (https://github.com/CCOSTAN/Home-AssistantConfig#landscaping)",
|
||||
"Since it is going to rain tomorrow, I'll pause @_Rachio for 24 hours.",
|
||||
"No reason to water the grass if it's going to rain tomorrow. pausing @_Rachio for 24 hours.",
|
||||
"Since it is going to rain tomorrow, I will just pause @_Rachio for 24 hours.",
|
||||
"No reason to water the grass if it is going to rain tomorrow. pausing @_Rachio for 24 hours.",
|
||||
"Mother Nature is watering the grass today so I can pause @_Rachio for 24 hours."
|
||||
] | random + " #SavingWater"}}
|
||||
image: >-
|
||||
|
|
|
@ -20,13 +20,14 @@
|
|||
"Even though they are sleeping, I still turn off the outdoor lights before sunrise.",
|
||||
"It was a beautiful sunrise. Time to turn off the exterior lights. (http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)",
|
||||
"If the sun is out, we do not need the exterior lights on. (https://github.com/CCOSTAN/Home-AssistantConfig#landscaping)",
|
||||
"The sun is up so it's time to turn the outside lights off."
|
||||
"The sun is up so it is time to turn the outside lights off.",
|
||||
"Everyone will be up soon so time to turn off the outdoor landscaping lights."
|
||||
] | random + "#HomeAutomation"}}
|
||||
image: >-
|
||||
{{ [
|
||||
"/config/www/custom_ui/floorplan/images/branding/sunrise.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/sunrise2.png",
|
||||
"/config/www/custom_ui/floorplan/images/branding/Bear_Stone_Coffee.png"
|
||||
"/config/www/custom_ui/floorplan/images/branding/Bear_Stone_Coffee.png"
|
||||
] | random }}
|
||||
|
||||
- delay: '00:{{ (range(1, 55)|random|int) }}:00'
|
||||
|
|
Loading…
Reference in New Issue