feat(scene-manager): add 'Scene' tag to stateful scene switch items

This commit is contained in:
Christian Weimann
2025-01-11 10:00:19 +01:00
parent 47d6b80511
commit 27446b13b8

View File

@@ -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']
});
}