diff --git a/README.md b/README.md index bd75441d..5ce85010 100755 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Late night Helper Automation -/config/automation/late_night_helper.yaml
Reminders to take my medicine sent as IOS notifications ONLY when I arrive back home for the night.

-IOS Package - /config/automation/System/ip_change.yaml
+IOS Package - /config/packages/ios.yaml


The Tablets are for the awesome FloorPlan that you see in the images. We have 2 in the house mounted for quick consumption of all the HA data in a glance. We also leverage them as TTS endpoints. During certain times of the day, TTS is only played on the tablets rather than over the whole house. Other times, Notifications are sent only to the Mobile Devices rather than using speech.

diff --git a/config/automation/System/rachio_rain_delay.yaml b/config/automation/System/rachio_rain_delay.yaml index 97c49c55..c5910e72 100755 --- a/config/automation/System/rachio_rain_delay.yaml +++ b/config/automation/System/rachio_rain_delay.yaml @@ -14,6 +14,15 @@ entity_id: sensor.dark_sky_wind_speed above: 20 + condition: + - condition: template + value_template: > + {%- if states.automation.random_house_stats.attributes.last_triggered -%} + {{ (as_timestamp(now()) - as_timestamp(states.automation.rachio_rain_delay.attributes.last_triggered)) > 43200 }} + {%- else -%} + true + {%- endif -%} + action: - service: ifttt.trigger data_template: {"event":"Rachio_Rain_Delay"} diff --git a/config/automation/ifttt_logger.yaml b/config/automation/ifttt_logger.yaml index 5e966d15..daae82b5 100755 --- a/config/automation/ifttt_logger.yaml +++ b/config/automation/ifttt_logger.yaml @@ -32,5 +32,6 @@ image: >- {{ [ "/config/www/custom_ui/floorplan/images/branding/sprinkler.png", - "/config/www/custom_ui/floorplan/images/branding/sprinkler2.png" + "/config/www/custom_ui/floorplan/images/branding/sprinkler2.png", + "/config/www/custom_ui/floorplan/images/branding/sprinkler3.png" ] | random }} diff --git a/config/www/custom_ui/floorplan/README.md b/config/www/custom_ui/floorplan/README.md index 595b8466..d551918c 100755 --- a/config/www/custom_ui/floorplan/README.md +++ b/config/www/custom_ui/floorplan/README.md @@ -11,7 +11,7 @@ -

Recent Commits to Bear Stone Smart Home

+

Recent Commits to Bear Stone Smart Home

diff --git a/config/www/custom_ui/floorplan/images/branding/README.md b/config/www/custom_ui/floorplan/images/branding/README.md index 5d56db17..ea9fd77c 100755 --- a/config/www/custom_ui/floorplan/images/branding/README.md +++ b/config/www/custom_ui/floorplan/images/branding/README.md @@ -11,7 +11,7 @@

-

Recent Commits to Bear Stone Smart Home

+

Recent Commits to Bear Stone Smart Home