Trying an alert for washing complete notification
This commit is contained in:
parent
c18c13cb69
commit
fbd34a38a2
|
@ -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
|
|
@ -15,6 +15,11 @@ input_datetime:
|
||||||
has_date: true
|
has_date: true
|
||||||
has_time: false
|
has_time: false
|
||||||
|
|
||||||
|
input_boolean:
|
||||||
|
washer_finished:
|
||||||
|
name: Washer Finished
|
||||||
|
icon: mdi:washing-machine
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
|
|
||||||
# Massive automation to call all the reminder scripts.
|
# Massive automation to call all the reminder scripts.
|
||||||
|
|
Loading…
Reference in New Issue