mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-04 04:21:31 +00:00
Closes #1383 - Announces shower notification near the 2 bathrooms.
This commit is contained in:
parent
e9127ee527
commit
2600a391cb
@ -58,6 +58,18 @@ automation:
|
||||
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}}"
|
||||
|
||||
- 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 }}"
|
||||
timeout: '01:00:00' # Adjust timeout as needed
|
||||
- service: script.speech_engine
|
||||
|
Loading…
x
Reference in New Issue
Block a user