The bulb in question is a zigbee controlled filament bulb from Lidl. I have added it using Phoscon/deconz.
I can switch and dim the bulb while creating a scene, but as soon as i store the scene and try to recall it the bulb doesnt respond. It does create a log:
Logger: homeassistant.components.light.reproduce_state
Source: components/light/reproduce_state.py:162
Integration: Licht (documentation, issues)
First occurred: 21:37:45 (1 occurrences)
Last logged: 21:37:45
Color mode color_temp specified but attribute color_temp missing for: light.dimmable_light_9
Seems like quite a clear message, but i dont now where to make any changes.
I finally found that the solution was quite simple.
I just changed the “supported_color_modes” to “brightness” and fully removed “color_mode”.
I tried this before, but then i found that you can reloud the scenes.yaml in the developer tools.
That made the different.