Account for K staying elsewhere in his med report

This commit is contained in:
2023-05-09 00:51:32 -04:00
parent f0af54ed13
commit 29a3856af4

View File

@ -116,7 +116,11 @@
{% endmacro %}
{% macro medReportKallen() %}
{% if is_state('input_boolean.kallen_overnight','on') %}
Kallen is staying elsewhere overnight.
{% else %}
{{ kallen_morning_meds() }}
{{ kallen_night_meds() }}
{% endif %}
{% endmacro %}