feat: add virtual sensor support with navigation commands and YAML parsing

This commit is contained in:
2026-05-20 23:08:18 +02:00
parent 05a910ba80
commit 13e37816f8
3 changed files with 223 additions and 2 deletions

View File

@@ -96,10 +96,20 @@
}
],
"keybindings": [
{
"command": "appdaemon.goToVirtualSensor",
"key": "ctrl+shift+v",
"mac": "cmd+shift+v"
},
{
"command": "appdaemon.goToApp",
"key": "ctrl+shift+a",
"mac": "cmd+shift+a"
},
{
"command": "appdaemon.goToVirtualSensor",
"key": "ctrl+shift+v",
"mac": "cmd+shift+v"
}
]
},