Hey!
I am setting up a few very similar smart nodes that basically need the same config over and over again.
Due to the way the Espurna autodiscovery works I can’t use it (e.g. my motion sensors are discovered as switches/relays…), so I’d love to have full control and configure them myself.
I’d love to have a way to say: “Render this configuration template with the following variables” and then just write my config once and have it repeated how often I need it. Is this possible with Home Assistant or should I use an external configuration management system (like ansible/bundlewrap) to do the templating for me?