mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Lots of troubleshooting and stuff related to OpenAI #1368
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
personarriving: >
|
||||
{% set person = expand('group.arriving')|map(attribute='name')|join(' and ') %}
|
||||
{%- macro greeting_sentence(person) -%}
|
||||
{{ ["[Welcome " ~ person + " home]"] }}
|
||||
{{"[Welcome " + person + " home]" }}
|
||||
{%- endmacro -%}
|
||||
|
||||
{{greeting_sentence(person)}}
|
||||
|
Reference in New Issue
Block a user