Fix E's bedtime updater not updating actual bedtime
This commit is contained in:
@ -357,7 +357,7 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: input_datetime.emma_asleep_at
|
entity_id: input_datetime.emma_asleep_at
|
||||||
data:
|
data:
|
||||||
datetime: >
|
time: >
|
||||||
{% from 'time.jinja' import current_time %}
|
{% from 'time.jinja' import current_time %}
|
||||||
{{ current_time(24) }}
|
{{ current_time(24) }}
|
||||||
- conditions:
|
- conditions:
|
||||||
|
Reference in New Issue
Block a user