modified: README.md
modified: casa.code-workspace modified: casa.full-stack.code-workspace
This commit is contained in:
@@ -50,7 +50,6 @@ For more information about home assistant integration [check home assistant repo
|
|||||||
|
|
||||||
Deployments and scripts on services/wyoming repo folder.
|
Deployments and scripts on services/wyoming repo folder.
|
||||||
|
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
|
|
||||||
- [https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
|
- [https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
|
||||||
|
|||||||
+1
-95
@@ -1,101 +1,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "./",
|
"path": "."
|
||||||
"name": "casa"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../homeAssistant"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../lms"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../mosquitto"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "kb",
|
|
||||||
"path": "../kb"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "pi.bluetooth.speaker",
|
|
||||||
"path": "../pi.bluetooth.speaker"
|
|
||||||
},
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"files.exclude": {
|
|
||||||
"**/.git": true,
|
|
||||||
"**/.svn": true,
|
|
||||||
"**/.hg": true,
|
|
||||||
"**/CVS": true,
|
|
||||||
"**/.DS_Store": true,
|
|
||||||
"**/Thumbs.db": true,
|
|
||||||
"kb": true,
|
|
||||||
"runme.taskProvider.enabled": false,
|
|
||||||
"runme.scanMode": "off"
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
"ansible.python.interpreterPath": "/bin/python",
|
|
||||||
"cSpell.words": [
|
|
||||||
"davidanson",
|
|
||||||
"eamodio",
|
|
||||||
"envsubst",
|
|
||||||
"lmscommunity",
|
|
||||||
"localtime",
|
|
||||||
"LOGLEVEL",
|
|
||||||
"lyrionmusicserver",
|
|
||||||
"mtxr",
|
|
||||||
"rclone",
|
|
||||||
"reverseproxy",
|
|
||||||
"rogalmic",
|
|
||||||
"runme",
|
|
||||||
"sqltools",
|
|
||||||
"yzhang"
|
|
||||||
],
|
|
||||||
"githubLocalActions.workflowsDirectory": ".gitea/workflows"
|
|
||||||
},
|
|
||||||
"tasks": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "Run current shell file - relative",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "bash",
|
|
||||||
"args": [
|
|
||||||
"${file}"
|
|
||||||
],
|
|
||||||
"options": {
|
|
||||||
"cwd": "${fileDirname}"
|
|
||||||
},
|
|
||||||
"group": {
|
|
||||||
},
|
|
||||||
"presentation": {
|
|
||||||
"echo": true,
|
|
||||||
"reveal": "always",
|
|
||||||
"focus": false,
|
|
||||||
"panel": "shared"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Run current shell file",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "bash",
|
|
||||||
"args": [
|
|
||||||
"${file}"
|
|
||||||
],
|
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
"presentation": {
|
|
||||||
"echo": true,
|
|
||||||
"reveal": "always",
|
|
||||||
"focus": false,
|
|
||||||
"panel": "shared"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
@@ -1,7 +1,101 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": "./",
|
||||||
|
"name": "casa"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../homeAssistant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../lms"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../mosquitto"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "kb",
|
||||||
|
"path": "../kb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pi.bluetooth.speaker",
|
||||||
|
"path": "../pi.bluetooth.speaker"
|
||||||
|
},
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/CVS": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/Thumbs.db": true,
|
||||||
|
"kb": true,
|
||||||
|
"runme.taskProvider.enabled": false,
|
||||||
|
"runme.scanMode": "off"
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
"ansible.python.interpreterPath": "/bin/python",
|
||||||
|
"cSpell.words": [
|
||||||
|
"davidanson",
|
||||||
|
"eamodio",
|
||||||
|
"envsubst",
|
||||||
|
"lmscommunity",
|
||||||
|
"localtime",
|
||||||
|
"LOGLEVEL",
|
||||||
|
"lyrionmusicserver",
|
||||||
|
"mtxr",
|
||||||
|
"rclone",
|
||||||
|
"reverseproxy",
|
||||||
|
"rogalmic",
|
||||||
|
"runme",
|
||||||
|
"sqltools",
|
||||||
|
"yzhang"
|
||||||
|
],
|
||||||
|
"githubLocalActions.workflowsDirectory": ".gitea/workflows"
|
||||||
|
},
|
||||||
|
"tasks": {
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Run current shell file - relative",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bash",
|
||||||
|
"args": [
|
||||||
|
"${file}"
|
||||||
|
],
|
||||||
|
"options": {
|
||||||
|
"cwd": "${fileDirname}"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Run current shell file",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bash",
|
||||||
|
"args": [
|
||||||
|
"${file}"
|
||||||
|
],
|
||||||
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
|
"presentation": {
|
||||||
|
"echo": true,
|
||||||
|
"reveal": "always",
|
||||||
|
"focus": false,
|
||||||
|
"panel": "shared"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user