Don't notify wife when at work, I never learn...
This commit is contained in:
@ -328,7 +328,12 @@ script:
|
|||||||
title: Ask Later
|
title: Ask Later
|
||||||
- service: script.text_notify
|
- service: script.text_notify
|
||||||
data:
|
data:
|
||||||
who: parents
|
who: >
|
||||||
|
{% if states('person.christina_stork') in ['Bob Evans','BobEvans'] %}
|
||||||
|
tony
|
||||||
|
{% else %}
|
||||||
|
parents
|
||||||
|
{% endif %}
|
||||||
type: alert
|
type: alert
|
||||||
title: Night Meds
|
title: Night Meds
|
||||||
message: Kallen needs to take his night meds (melatonin)
|
message: Kallen needs to take his night meds (melatonin)
|
||||||
|
Reference in New Issue
Block a user