Attempting to repeat washing audbile notification
This commit is contained in:
parent
96a0a938b5
commit
2f230ae3af
|
@ -12,6 +12,31 @@ washer_finished_notification_audible:
|
||||||
data:
|
data:
|
||||||
call_interuption: 1
|
call_interuption: 1
|
||||||
call_washer_needs_emptying: 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:
|
washer_idle:
|
||||||
sequence:
|
sequence:
|
||||||
|
|
Loading…
Reference in New Issue