Fix welcome home greeting template #30
This commit is contained in:
@ -3,10 +3,8 @@
|
||||
{%- macro getReport() -%}
|
||||
<p>
|
||||
"Welcome home, "
|
||||
{% if is_state('group.family','home') %}
|
||||
{% if is_state('person.tony_stork','home') and is_state('person.christina_stork','home') %}
|
||||
"Stork family."
|
||||
{% elif is_state('group.adults','home') %}
|
||||
"Stork family. "
|
||||
{% elif is_state('person.tony_stork','home') %}
|
||||
"Tony. "
|
||||
{% elif is_state('person.christina_stork','home') %}
|
||||
|
Reference in New Issue
Block a user