Set_zigbee_cluster_attribute

Need to run an automation to set cluster attributes on Sirens but I’d like to set to multiple at one time

Using code like this:

  - service: zha.set_zigbee_cluster_attribute
    data:
      endpoint_id: 1
      cluster_id: 6
      attribute: 1140
      ieee: a4:c1:38:e3:07:14:cb:bd
      value: "2"
      cluster_type: in

Is it possible to have multiple id’s in ieee so that I can do this to multiple devices using 1 command?

Anyone have any ideas? Or an alternative method of achieving the same result?

I need to apply the same attribute value to multiple sirens and don’t want to have to do each one individually really…

Let me know if you are still seeking an answer, should be able to help. thx