Attempting to repeat washing audbile notification
This commit is contained in:
parent
96a0a938b5
commit
2f230ae3af
|
@ -12,6 +12,31 @@ washer_finished_notification_audible:
|
|||
data:
|
||||
call_interuption: 1
|
||||
call_washer_needs_emptying: 1
|
||||
- delay:
|
||||
minutes: 15
|
||||
- condition: state
|
||||
entity_id: sensor.family_status
|
||||
state: Home
|
||||
- condition: state
|
||||
entity_id: sensor.washer_status
|
||||
state: complete
|
||||
- service: script.ah_report
|
||||
data:
|
||||
call_interuption: 1
|
||||
call_washer_needs_emptying: 1
|
||||
- delay:
|
||||
minutes: 15
|
||||
- condition: state
|
||||
entity_id: sensor.family_status
|
||||
state: Home
|
||||
- condition: state
|
||||
entity_id: sensor.washer_status
|
||||
state: complete
|
||||
- service: script.ah_report
|
||||
data:
|
||||
call_interuption: 1
|
||||
call_washer_needs_emptying: 1
|
||||
|
||||
|
||||
washer_idle:
|
||||
sequence:
|
||||
|
|
Loading…
Reference in New Issue