Martijn van der Pol
Martijn van der Pol
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...
This should work now after the next update of intents in HA. So that will be in 2024.6.0
> for responses where we give names of device states like ` {% if no_match | length > 4 %} Ne, {{ no_match[:3] | join(", ") }} ir {{ (no_match...
@synesthesiam Could this somehow be added, also see #1200 how this can help in resolving the current conflicts
I don't think the `which`, `all`, `any` and `how many` intents are already translated for German. But even if they were, there is a conflict with the domain `cover` for...
You can motorize a window so you can open and close it remotely. I would put that in the `cover` domain (as there is no separate `window` domain)
But as you can see in the linked discussion, I proposed on short term to remove these sentences for `door` and `window` from the `cover` domain, and place them in...
That's because these intents check for cover entities with device class `door`, not for binary sensors. It's currently not possible to check for both at the same time, and `cover`...
BTW, I now see that Assist actually returns the alias you used in the intent, that's nice :)
Hmm, intents are already included in 2024.1.0b6 release now. So I guess this will not make the 2024.1 cut?