[add] Default label for the entity type

This commit is contained in:
lanceyq
2026-03-06 11:49:02 +08:00
parent 248f0d95ac
commit d3399dfaf5
3 changed files with 3 additions and 1 deletions

View File

@@ -636,6 +636,7 @@ async def classes_handler(
scene_id=scene_uuid,
scene_name=scene.scene_name,
scene_description=scene.scene_description,
is_system_default=scene.is_system_default,
items=items
)