diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index 8bf7fa9..c63d66d 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -3,10 +3,8 @@ {%- macro getReport() -%}
"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') %}