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
|
entity_id: input_boolean.kallen_morning_meds_taken
|
||||||
to: 'on'
|
to: 'on'
|
||||||
id: manual
|
id: manual
|
||||||
timeout: "00:30:00"
|
timeout: "00:10:00"
|
||||||
continue_on_timeout: true
|
continue_on_timeout: true
|
||||||
- choose:
|
- choose:
|
||||||
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
||||||
@ -401,7 +401,7 @@ script:
|
|||||||
entity_id: input_boolean.kallen_night_meds_taken
|
entity_id: input_boolean.kallen_night_meds_taken
|
||||||
to: 'on'
|
to: 'on'
|
||||||
id: manual
|
id: manual
|
||||||
timeout: "00:30:00"
|
timeout: "00:05:00"
|
||||||
continue_on_timeout: true
|
continue_on_timeout: true
|
||||||
- choose:
|
- choose:
|
||||||
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
- conditions: "{{ wait.trigger.id in ['taken','manual'] }}"
|
||||||
|
@ -346,11 +346,11 @@ script:
|
|||||||
data:
|
data:
|
||||||
datetime: >
|
datetime: >
|
||||||
{% from 'time.jinja' import set_datetime %}
|
{% from 'time.jinja' import set_datetime %}
|
||||||
{{ set_datetime(0,5) }}
|
{{ set_datetime(0,1) }}
|
||||||
- service: logbook.log
|
- service: logbook.log
|
||||||
data:
|
data:
|
||||||
name: Tony Night Meds
|
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
|
entity_id: input_boolean.tony_night_meds_taken
|
||||||
domain: input_boolean
|
domain: input_boolean
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user