feat(scene-manager): add 'Scene' tag to stateful scene switch items
This commit is contained in:
@@ -83,7 +83,7 @@ class Scene {
|
||||
name: this.sceneSwitchItemName,
|
||||
type: 'Switch',
|
||||
label: `Switch for stateful scene ${this.sceneName}`,
|
||||
tags: ['Stateful', 'Control']
|
||||
tags: ['Stateful', 'Control', 'Scene']
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user