Account for K staying elsewhere in his med report
This commit is contained in:
@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user