Account for K staying elsewhere in his med report
This commit is contained in:
@ -116,7 +116,11 @@
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro medReportKallen() %}
|
{% macro medReportKallen() %}
|
||||||
|
{% if is_state('input_boolean.kallen_overnight','on') %}
|
||||||
|
Kallen is staying elsewhere overnight.
|
||||||
|
{% else %}
|
||||||
{{ kallen_morning_meds() }}
|
{{ kallen_morning_meds() }}
|
||||||
{{ kallen_night_meds() }}
|
{{ kallen_night_meds() }}
|
||||||
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user