Updated media directory name

This commit is contained in:
CeeWeasel
2025-07-26 21:35:14 -04:00
parent 1987e51be2
commit 2de52ba298
24 changed files with 178 additions and 222 deletions
@@ -5,18 +5,18 @@ sequence:
data_template:
entity_id: input_text.person_emmett
value: >-
{% if is_state('input_boolean.emmett_home', 'on') %}
{% if is_state('input_boolean.emmett_is_awake','off') %}
{% if is_state('input_boolean.bridget_home', 'on') %}
{% if is_state('input_boolean.bridget_is_awake','off') %}
Sleeping
{% elif is_state('input_boolean.emmett_in_bed','on') %}
{% elif is_state('input_boolean.bridget_in_bed','on') %}
In bed
{% else %}
{{ states("input_select.emmett_status_dropdown") }}
{{ states("input_select.bridget_status_dropdown") }}
{% endif %}
{% elif is_state('binary_sensor.have_custody', 'off') %}
Off week
{% elif is_state('binary_sensor.have_custody', 'off') or is_state('input_select.weaver_kids', 'Away') %}
With Sarah
{% elif is_state('input_boolean.clint_work_from_home', 'on') %}
At Childcare
{% else %}
Somewhere
{% endif %}
{% endif %}