Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adjusting night time routine times
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
config/packages/daily.yaml
|
@@ -384,9 +384,9 @@ automation: |
|
|
data_template: |
|
|
time: > |
|
|
{% if states.sensor.school_tomorrow.state == 'on' %} |
|
|
19:00 |
|
|
{% else %} |
|
|
20:00 |
|
|
{% else %} |
|
|
20:15 |
|
|
{% endif %} |
|
|
|
|
|
- id: set_good_morning_time |
|
|