Hi, I’m very new to home assistant and making assist conversations my first project. I’ve got an intent/intent_script but have a couple of questions and I’m struggling to find any good documentation for assist. There seems to be little bits dotted everywhere, so question one have I missed a good resource for getting started with assist?
Question two, rather than build a huge configuration.yaml is there a way to add them to another folder that will be parsed like the custom_sentences/en/ is?
Question three is more specific, I’m expecting to have an issue when I start using voice and trying to head it off now. I have a binary sensor called ‘minnie’, no doubt voice will interpret this as ‘mini’ and then not find the sensor. Is lists the right approach to convert any input of ‘mini’ into ‘minnie’? I’ve tried the below code without success:
Depending on what you mean by “very new to home assistant”, I don’t know that I would recommend this as a first project. You’re time will probably be better spent setting these up as automations using Sentence triggers. Doing it that way will mean you learn a little about trigger variable and Jinja templating which have broader applications within HA than the specifics of voice/conversation integrations.