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?