Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dutch curtain open and close intent dont work #2128

Open
zarya opened this issue Apr 8, 2024 · 2 comments
Open

Dutch curtain open and close intent dont work #2128

zarya opened this issue Apr 8, 2024 · 2 comments

Comments

@zarya
Copy link

zarya commented Apr 8, 2024

The problem

The "Open de gordijnen in de woonkamer" (Open the curtains in the livingroom) intent does not seem to find any curtains while the "Hoeveel gordijnen zijn er open in de woonkamer" (how many curtains are open in the livingroom) Does

What version of Home Assistant Core has the issue?

2024.4.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

intent_results.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@TheFes
Copy link
Contributor

TheFes commented Apr 8, 2024

do you have an entity with the name or alias gordijnen which isn't in the area woonkamer?
It looks like it matched to the intent to open a curtain based on name, and not on the intent to open all curtains in an area

@joostlek joostlek transferred this issue from home-assistant/core Apr 8, 2024
@zarya
Copy link
Author

zarya commented Apr 8, 2024

I dont have a entity named gordijnen also asking the English intent to turn on gordijnen does not result in any entities being turned on

    {
      "sentence": "turn on gordijnen",
      "language": "en",
      "result": {
        "intent": {
          "name": "HassTurnOn"
        },
        "slots": {},
        "details": {},
        "targets": {},
        "match": false,
        "sentence_template": "<turn> on (<area> <name>|<name> [in <area>])",
        "unmatched_slots": {
          "name": "gordijnen"
        },
        "source": "builtin"
      }
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants