Actually notify me about my morning meds when I wake up

This commit is contained in:
2024-07-18 18:12:27 -04:00
parent a44a596eb9
commit 511f3d5d3a

View File

@ -2475,22 +2475,15 @@
- wakeup
- manual-wakeup
sequence:
- if:
- condition: state
entity_id: input_boolean.tony_morning_meds_taken
state: 'off'
alias: If I haven't already taken my meds
then:
- service: input_datetime.set_datetime
target:
entity_id: input_datetime.tony_morning_meds_notify
data:
datetime: '{% from ''time.jinja'' import set_datetime %} {{ set_datetime(0,1)
}}
- service: input_datetime.set_datetime
target:
entity_id: input_datetime.tony_morning_meds_notify
data:
datetime: '{% from ''time.jinja'' import set_datetime %} {{ set_datetime(0,1)
}}
'
alias: Set time to start notifying for morning meds
alias: Set morning meds notification time
'
alias: Set time to start notifying for morning meds
- alias: Turn off all meds taken
service: input_boolean.turn_off
metadata: {}