HomeMatic: s6-overlay & tempio (#1713)

* HomeMatic: s6-overlay & tempio

* Use tempio

* fix line end

* Fix dev version

* Fix bugs
This commit is contained in:
Pascal Vizeli
2020-12-16 12:34:51 +01:00
committed by GitHub
parent 681bac2f7a
commit 9a360be8e0
36 changed files with 333 additions and 427 deletions

View File

@@ -4,6 +4,8 @@ set -eE
DOCKER_TIMEOUT=30
DOCKER_PID=0
SUPERVISOR_VERSON="$(curl -s https://version.home-assistant.io/dev.json | jq -e -r '.supervisor')"
function start_docker() {
local starttime
@@ -85,7 +87,7 @@ function run_supervisor() {
-e SUPERVISOR_NAME=hassio_supervisor \
-e SUPERVISOR_DEV=1 \
-e SUPERVISOR_MACHINE="qemux86-64" \
homeassistant/amd64-hassio-supervisor:dev
"homeassistant/amd64-hassio-supervisor:${SUPERVISOR_VERSON}"
}
function init_dbus() {