feat: add virtual sensor support with navigation commands and YAML parsing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user