Hello,
Is there a way to automatically provision ESPHome devices either though YAML configuration in Home Assistant or some other tool?
Basically I have an Ansible playbook I’ve written that can set up a new machine and the goal is to make as much of the management of HA done through that as possible. For most things like automations, while I can create them via the UI, I can also simply create automations in YAML and manage them that way. I am looking for something similar in Home Assistant for ESPHome, where I can define various ESPHome devices in YAML, provide the encryption key, and have them auto-enrolled in without having to manually do it for each device in the UI.
Does this exist?