diff --git a/config/automation/System/rachio_rain_delay.yaml b/config/automation/System/rachio_rain_delay.yaml index c5910e72..243f5e0d 100755 --- a/config/automation/System/rachio_rain_delay.yaml +++ b/config/automation/System/rachio_rain_delay.yaml @@ -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: >- diff --git a/config/automation/Timed_Triggers/sunrise_turn_off.yaml b/config/automation/Timed_Triggers/sunrise_turn_off.yaml index 86654841..8bc538dc 100755 --- a/config/automation/Timed_Triggers/sunrise_turn_off.yaml +++ b/config/automation/Timed_Triggers/sunrise_turn_off.yaml @@ -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'