Blueprint: Philips HUE dynamic scenes

Creates an automation that imitates the Philips HUE dynamic scenes

Simply click it and add to your HomeAssistant

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

The blueprint creates one automation - one dynamic scene.

Prerequisite: Have an input boolean entity to use.

Features and settings

Trigger and lights

You select an input switch to turn on the automation with, then add the lights you want to control.
If you add a light group, then the group will be handled as 1 light, so the individual lamps in there will act and change colors as one.

Colors to loop through

You can add 7 different colors to the loop.
Leave empty the ones you don’t need.

Conditional entity

You can set a conditional entity.
For example, you have a state machine; then add the state machine entity and the state in which you want this automation to run.
If the input trigger is pulled, and the state machine is in the desired state, the automation runs. Otherwise, nothing happens.

Transition time

Transition time in seconds between switching from one color to another
image

Exit scene

An exit scene. When the input boolean is no longer on, the automation exits to this scene.
If left empty, then it jus simply stops and the lights stay the way they were at the time of the switch off.
image

1 Like

This is exactly what I am looking for, but when I try to save my creation it throws this error

Message malformed: not a valid value for dictionary value @ data[‘actions’][0][‘choose’][1][‘sequence’][0][‘target’][‘entity_id’]

Any idea where I should go from here?

I’m getting the exact same error