diff --git a/SceneMgr.js b/SceneMgr.js index b5df56f..94966b5 100644 --- a/SceneMgr.js +++ b/SceneMgr.js @@ -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'] }); }