Open
Description
When asked the question where a person is, the response is missing the state of the person.
Since I added support for persons in Swedish I thought it was a mistake at my end, but after setting up an English voice assistant, because I based the Swedish response on the English one, the same error occurs in English as well. Se attached pictures for both languages.
The response is state.state. this outh to be correct, and hence the issue my origin else, correct?
Using the Dev tools in HA and try the sentence, the correct person is found. Though no state.
intent:
name: HassGetState
slots:
name: Daniel
domain: person
details:
name:
name: name
value: Daniel
text: Daniel
domain:
name: domain
value: person
text: ''
targets:
person.daniel:
matched: true
match: true
sentence_template: <var> <name>
unmatched_slots: {}
source: builtin
Metadata
Assignees
Labels
No labels