Answered by
v1k70rk4
Jan 24, 2024
Replies: 2 comments 16 replies
|
The unexpected error should be in the HA core logs. Could you please paste it here? |
16 replies
|
Well dear @brano6 :) We have thoroughly explored this, once it's enabled, it will work for you.... Based on the logs, everything seems fine, so I took a deeper look to see what the issue is, and this is what I found https://github.com/home-assistant/intents/blob/main/intents.yaml :) The reason we both see it in our own languages as well is because we have a custom folder. But currently, it doesn't work in English either. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Ah, I've figured it out...
The response template is incorrect in Slovak. The correct one should be:
But the Slovak response queries the {{ state.state }} status.
Thus, "Kúrenie" would be correct, but since it's not a number, it results in an error.
If you have the opportunity, please correct it like this: