WLED Integration - add Segment as Device to allow Scenes per segment

Currently WLED integration reads and publishes WLED segments as separate Entities,
If you want to program a Scene and add an entity it also does load the device.
When the device is loaded you need to set the status for ALL entities to complete a scene.
This makes it very hard to create automations based on external conditions.

Purpose:
Indicator lamp with 3 segments
Bottom Segment > Low wattage (Green) Medium wattage (Yellow) High wattage (Red)
Mid segment > Inside temp Cold (Blue) / inside temp normal (Green) / Inside temp Hot (Red) > Heating Active (sparkle effect)
Top: Outside temp Cold (Blue) / Outside temp normal (Green) / Outside temp Hot (Red) > Rain (sparkle effect)

Are you saying that if you use the UI to program a scene and chose one segment of a WLED string (one entity) all the other segments are loaded into the scene as well?

Exactly!

I agree that is suboptimal.

Until it changes you can define the scene in yaml with only the entities you want.

Thanks, I will try that!

Recent changes to the scenes, make it possible to add single entities to a scene (instead of whole devices), which solves this specific problem (and similar ones for other device types).