Skip to content

Person location response is missing state #2862

Open
@danielholm

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

Screenshot_20250111_203312_Home Assistant
Screenshot_20250111_203334_Home Assistant

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions