Service scene.create no longer saves colors

I have created an automation in which I first take a snapshot of an LED stripe with the following code:

data:
  scene_id: lights_previous_state
  snapshot_entities:
    - light.mondo_wand
action: scene.create

After I have let the LED strip do something in the automation (blink blue)

I actually call up the previous state again with the following code:


data:
  entity_id: scene.lights_previous_state
action: scene.turn_on

Unfortunately, it doesn’t seem to save the color of the LED strip anymore.

With the above codes, it always worked without any problems until recently.

Does anyone else have this? Is there anything I can do to make it work again?

Hi compoundbow83,

This might help you:
Scenes not properly saving color state.

1 Like

Thank you for the link. But I think its not the right workaround for me because I use scene.create.

And I don´t find the dynamic scene in the scenes.yaml :disappointed: