mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-29 01:03:14 +00:00
Major audible notification overhual. It was hard to maintain. This will be easier. Maybe
This commit is contained in:
@@ -149,9 +149,20 @@ script:
|
||||
- condition: state
|
||||
entity_id: sensor.washer_status
|
||||
state: complete
|
||||
- service: script.ah_report
|
||||
data:
|
||||
call_washer_needs_emptying: 1
|
||||
- service: script.jarvis_voice
|
||||
data_template:
|
||||
who: '{{ states.sensor.room_audio.state }}'
|
||||
message: >
|
||||
<p>
|
||||
{{ [
|
||||
'Just a reminder. Washing machine needs to be emptied.',
|
||||
'I am sure you have more inportant things to do, but do not forget to empty the washer.',
|
||||
'Looks like the washing machine has completed it is cycle. You know what to do. <break time="1s"/> I hope.',
|
||||
'Do not forget to move the clothes to the dryer.',
|
||||
"Someone forgot to move the clothes to the dryer. I am not going to name any names. But there is a camera in there. ",
|
||||
"Do you like when your clothes smell like mildew? Because that is what is happeneing. <break time="1s"/> Right now. "
|
||||
] | random }}
|
||||
</p>
|
||||
|
||||
|
||||
washer_idle:
|
||||
|
Reference in New Issue
Block a user