Could it be possible to use label_id’s in automation triggers? E.g.
- alias: "label"
id: "label"
trigger:
- platform: state
label_id: my_label
to: "on"
condition:
...
This should be triggered each time one of the labeled entities states turns to “on”.