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?