From 2600a391cb769b9f378fb01e5dfd597d1b1e9df5 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Tue, 18 Feb 2025 17:12:15 +0000 Subject: [PATCH] Closes #1383 - Announces shower notification near the 2 bathrooms. --- config/packages/rheem_econet.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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