I have a large number of identical ESPHome-based devices that need a button action done on all of them with a single click in HA. That’s easily done with a group when using switches, but this action isn’t on/off, it’s a trigger so a button would be more appropriate… but for some reason HA doesn’t support grouping buttons.
Is there a workaround I’m not thinking of?
Ideally it’d be possible to set it up in yaml, since manually selecting the large number of devices in the UI is impractical.
Doesn’t work in yaml either, you just get an error that “group” isn’t valid for button entities.
Which makes sense cause it’s not one of those that support it, which is kinda stupid…
Unless I’m not understanding what the “legacy group” is…
OK I just need to forget about the group, an automation works just that each entity has to be selected, but by manually adding it in the yaml I can easily generate the list of my many devices and paste it in.