Trying an alert for washing complete notification

This commit is contained in:
Jeffrey Stone 2020-04-24 14:38:52 -04:00
parent c18c13cb69
commit fbd34a38a2
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
washing_machine_finished:
name: Washing Machine Finished
message: "The Washing Machine needs to be emptied."
done_message: Thank you for moving the clothes to the dryer.
entity_id: input_boolean.washer_finished
state: 'on'
repeat: 20
can_acknowledge: false
skip_first: False
notifiers:
- all_ios

View File

@ -15,6 +15,11 @@ input_datetime:
has_date: true
has_time: false
input_boolean:
washer_finished:
name: Washer Finished
icon: mdi:washing-machine
automation:
# Massive automation to call all the reminder scripts.