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