I didn’ find any information by this at https://home-assistant.io/components/scene.
I suppose may be I’m doing something wrong, please point me way to do it right.
Thx.
You have your ledsgroup set up as a view and instead of a group, you are showing only the entity “scene.leds”, so it shows as a card and the card gets the default title of the platform type.
To change this, create a group and name it whatever you like. Let’s call it “mynewgroup” for this example. Then add your “scene.leds” entity to that group.
Then go your ledsgroup and replace “- scene.leds” with “- group.mynewgroup” (or whatever you called it). And then restart; you should see the change and have a little better understanding on how groups and naming work.