Adjust delays for med notifications reset #87

This commit is contained in:
2023-05-05 14:13:04 -04:00
parent c72909e7ad
commit 3d7f30a5cb
2 changed files with 4 additions and 4 deletions

View File

@ -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'] }}"

View File

@ -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: