Add support for new audo layer (#1153)

* Add support for new audo layer

* Add layer

* restucture

* better struct

* Improve devcontainer

* Fix container

* Fix LN

* disable lint

* ignore
This commit is contained in:
Pascal Vizeli
2020-03-01 13:08:12 +01:00
committed by GitHub
parent 9f04efe3fa
commit c853fcef65
30 changed files with 238 additions and 187 deletions

6
.vscode/tasks.json vendored
View File

@@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Start Hass.io",
"label": "Start Home Assistant",
"type": "shell",
"command": "/workspaces/test_hassio/addons/local/.devcontainer/start_hassio.sh",
"group": {
@@ -17,7 +17,7 @@
},
"problemMatcher": []
},{
"label": "Cleanup stale Hass.io environment",
"label": "Cleanup stale Home Assistant environment",
"type": "shell",
"command": "/workspaces/test_hassio/addons/local/.devcontainer/start_hassio.sh --cleanup",
"group": "test",
@@ -27,7 +27,7 @@
},
"problemMatcher": []
},{
"label": "Run Hass.io CLI",
"label": "Run Home Assistant CLI",
"type": "shell",
"command": "docker run --rm -ti -v /etc/machine-id:/etc/machine-id --network=hassio --add-host hassio:172.30.32.2 homeassistant/amd64-hassio-cli:dev",
"group": "test",