How to change Zigbee/Blue-Series LED color with Home Assistant

The instructions on how to do this with Home Assistant appear to be missing in Inovelli’s documentation so to hopefully save folks similar headaches, I thought I’d post about how to do so (at least with HA Frontend 20250702.2)

  1. Navigate to the device info
  2. Open the Manage Zigbee device
  3. Change the cluster to something that looks like InovelliVZM30SNCluster (type: in). I’m not sure if the name is static across all devices but I think the important parts are Inovelli----Cluster and type: in
  4. Select the attribute you want to change.
  5. Refer to the documentation for attribute values: https://help.inovelli.com/en/articles/11689893-blue-series-on-off-switch-parameters#h_099d07a0ee

Hope this helps!

1 Like

Oh, and the Manage Zigbee deice lives here:

It is MUCH easier to just manipulate the number entity rather than trying to deal with clusters.

number.living_room_light_switch_ledcolorwhenoff
number.living_room_light_switch_ledcolorwhenon

For an automation call the number.set_value action, select the entity, and choose your value

How’d you get to this screen? I also was hoping to change the color of the led without needing to use an automation. I wanted the color to match the theme of the room.

If you’re using ZHA, browse to the device, then look for the entities named “Default all LED off color” and “Default all LED on color”

What do you mean “entities”? Is that something I can find on the device info page?

Yes, the entities are available on the device info page.

number.living_room_light_switch_ledcolorwhenoff
number.living_room_light_switch_ledcolorwhenon

These would be the entities for my living room light switch. The light entity itself would be light.living_room_light_switch

Home assistant is based around the concept of entities. Each controllable part of a device will have an entity based on what it is.

Everything on the right side in the device info page will be an entity

I wrote a blueprint that will abstract this for you and make it easy to set the LED color on multiple devices at once (by label, area, floor, or group). It also handles effects.

This topic was automatically closed 67 days after the last reply. New replies are no longer allowed.