diff --git a/config/packages/rheem_econet.yaml b/config/packages/rheem_econet.yaml index b03d95e3..140475a8 100755 --- a/config/packages/rheem_econet.yaml +++ b/config/packages/rheem_econet.yaml @@ -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