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,12 +2475,6 @@
- wakeup - wakeup
- manual-wakeup - manual-wakeup
sequence: 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 - service: input_datetime.set_datetime
target: target:
entity_id: input_datetime.tony_morning_meds_notify entity_id: input_datetime.tony_morning_meds_notify
@ -2490,7 +2484,6 @@
' '
alias: Set time to start notifying for morning meds alias: Set time to start notifying for morning meds
alias: Set morning meds notification time
- alias: Turn off all meds taken - alias: Turn off all meds taken
service: input_boolean.turn_off service: input_boolean.turn_off
metadata: {} metadata: {}