Adjust delays for med notifications reset #87
This commit is contained in:
@ -275,7 +275,7 @@ script:
|
||||
entity_id: input_boolean.kallen_morning_meds_taken
|
||||
to: 'on'
|
||||
id: manual
|
||||
timeout: "00:30:00"
|
||||
timeout: "00:10:00"
|
||||
continue_on_timeout: true
|
||||
- choose:
|
||||
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
||||
@ -401,7 +401,7 @@ script:
|
||||
entity_id: input_boolean.kallen_night_meds_taken
|
||||
to: 'on'
|
||||
id: manual
|
||||
timeout: "00:30:00"
|
||||
timeout: "00:05:00"
|
||||
continue_on_timeout: true
|
||||
- choose:
|
||||
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
||||
|
@ -346,11 +346,11 @@ script:
|
||||
data:
|
||||
datetime: >
|
||||
{% from 'time.jinja' import set_datetime %}
|
||||
{{ set_datetime(0,5) }}
|
||||
{{ set_datetime(0,1) }}
|
||||
- service: logbook.log
|
||||
data:
|
||||
name: Tony Night Meds
|
||||
message: No response, delayed for 5 minutes
|
||||
message: No response, delayed for 1 minute
|
||||
entity_id: input_boolean.tony_night_meds_taken
|
||||
domain: input_boolean
|
||||
else:
|
||||
|
Reference in New Issue
Block a user