Z2M Blueprint for IKEA STRYBAR with brightness and color temp control

In other threads I missed the option to change the color temperature of the light. This blueprint allows you to use left and right buttons.

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

This blue print allows to control both the brightness, and color temperature of a light entity (the light entity can be a group).

It is based on Home Assistant - Blueprint - Zigbee2MQTT - IKEA STYRBAR - 4 Button Remote · GitHub from @klaasnicolaas

Hi,
The GIST you have linked to does not give the option to set the color temperature.
Did you link to an older version by any chance?
A

1 Like

This is the latest version that works for me.

I am new to home assistant and have a big problem to get this blueprint working:

The Styrbar ist well intergrated in zigbee2mqtt as a ‘device’ and simple switching is working.

This blueprint requires (as far as I understand) an entity as a trigger or as it says:
an action sensor provided by zigebb2mqtt.
I don’t have one.

Thanks for any help

The action sensor was disabled by default in Z2M version 2.0.0 and greater. You need to either re-enable it using legacy_action_sensor: true or else modfy the blueprint to use the recommended MQTT device trigger as explained in the breaking changes of Z2M 2.0.0