Skip to content

Commit

Permalink
Closes #1383 - Announces shower notification near the 2 bathrooms.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Feb 18, 2025
1 parent e9127ee commit 2600a39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/packages/rheem_econet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2600a39

Please sign in to comment.