Closes #1383 - Announces shower notification near the 2 bathrooms.

This commit is contained in:
CCOSTAN 2025-02-18 17:12:15 +00:00
parent e9127ee527
commit 2600a391cb

View File

@ -58,6 +58,18 @@ automation:
data: data:
value1: "Please be aware that the hot water has dropped below 30% availability. Please consider taking a shower at another time. Gallons used today: {{sensor.phyn_daily_water_usage}}" value1: "Please be aware that the hot water has dropped below 30% availability. Please consider taking a shower at another time. Gallons used today: {{sensor.phyn_daily_water_usage}}"
- service: notify.alexa_media_master_bathroom
data:
message: "Please be aware that the hot water has dropped below 30% availability. Please wrap up your shower soon."
data:
type: announce
- service: notify.alexa_media_upstairs
data:
message: "Please be aware that the hot water has dropped below 30% availability. Please wrap up your shower soon."
data:
type: announce
- wait_template: "{{ states('sensor.rheem_wh_available_hot_water')|float > 50 }}" - wait_template: "{{ states('sensor.rheem_wh_available_hot_water')|float > 50 }}"
timeout: '01:00:00' # Adjust timeout as needed timeout: '01:00:00' # Adjust timeout as needed
- service: script.speech_engine - service: script.speech_engine