Use-case scenario:
Imagine you are a numberphile nerd that have a fleet of Eastron SDM630 utility meters, one for each circuit in utility panel.
To configure modbus integration between HA and meter, you have to edit configuration.yaml and describe EACH entity and there is many of them:
Now imagine you are having 8 or 10 of them, each with identical configuration except slave id in each entity.
That’s why I am interested in blueprinting of configuration.yaml sections, roughly looking like:
ESPHome currently have such idea implemented so creating few devices with nearly-identical configuration is like including a package and setting substitutions.
I have not tried this directly in the configuration.yaml, but I believe it will work. Now not blueprint because there is nothing in core or even in a roadmap to do what you say. I won’t say it’s impossible but I also won’t say that it’s impossible for me to live on Mars, but in truth it’s not going to happen.
Any succes on this blueprinting subject? I want to use it for the same purpose, but my attempts failed. Probably due to my lack of knowledge about yaml and HA.