Support plugin requirements & mdns (#1638)

* Support plugin requirements & mdns

* better error handling

* Use debug from LogLevel

* fix lint

* fix logger

* fix test env

* Use new style

* fix typo
This commit is contained in:
Pascal Vizeli
2020-04-07 12:08:29 +02:00
committed by GitHub
parent e787e59b49
commit e2dc1a4471
9 changed files with 85 additions and 23 deletions

View File

@@ -96,7 +96,7 @@ function setup_test_env() {
-e SUPERVISOR_SHARE="/workspaces/test_supervisor" \
-e SUPERVISOR_NAME=hassio_supervisor \
-e SUPERVISOR_DEV=1 \
-e HOMEASSISTANT_REPOSITORY="homeassistant/qemux86-64-homeassistant" \
-e SUPERVISOR_MACHINE="qemux86-64" \
homeassistant/amd64-hassio-supervisor:latest
}