Multiple ESP Devices / One ESPHome Device

Hi All,

I need to deploy several dozen ESP devices with the exact same config and they will receive the same commands (On, Off, Dim).

Is there any sort of one-to-many option in ESPHome or will I need to add each individual device and issue commands to each device from Home Assistant?

If not and I have to add them all to ESPHome individually, is there a way in home assistant to issue commands to a group or devices at the same time?

I have many nodes with ESPHome installed.

If not and I have to add them all to ESPHome individually,

To clarify; if ESPHome is installed on nodes, then HA will “integrate” them. If set up correctly, HA will recognize them immediately and will set up entities corresponding to the buttons/ switches / lights and other functions that have been set up on your node. At least just one click to accept each recognized node into HA

is there a way in home assistant to issue commands to a group or devices at the same time?

Yes. Automations can do some clever stuff, sending same command to entities/ devices for as many ESPHome entities as you want. I am not aware of any limits.