I was learning and trying to set up a Rhasspy architecture with Home Assistant as the intent backend. I ended up looking into the documentation on intent_script
and added the intent_script
in my configuration.yaml
.
However, after a while, I realized that Rhasspy documentation told me to add an intent:
in order to… activate the intent component (?) along the intent_script (?).
I can confirm that my setup (Hass.IO 0.111.3 with Rhasspy 2.5) only works when I explicitly add that intent:
line in the configuration.yaml
. However, I was looking into the home-assistant documentation and I could not find that option anywhere.
Have I missed something? Or is that indeed an… undocumented integration? Deprecated? Lost on an update? Given that Rhasspy has it correctly documented, it’s no big problem. But I was double-checking everything (because, in the end, I had a bug elsewhere) and realized that inconsistency.