2018-03-06 16:04:37 +00:00
|
|
|
washer_finished_notification:
|
|
|
|
sequence:
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.washer_notification
|
|
|
|
state: 'on'
|
|
|
|
- delay:
|
2018-03-14 23:02:41 +00:00
|
|
|
minutes: 45
|
2018-03-06 16:04:37 +00:00
|
|
|
- service: notify.all_ios
|
|
|
|
data:
|
|
|
|
message: "Washer is done"
|
|
|
|
- service: input_boolean.turn_off
|
|
|
|
data:
|
|
|
|
entity_id: input_boolean.washer_notification
|
|
|
|
- service: script.washer_notification_audible
|