diff --git a/tellstick/config.yaml b/tellstick/config.yaml index a491373..2560a04 100644 --- a/tellstick/config.yaml +++ b/tellstick/config.yaml @@ -41,3 +41,4 @@ schema: startup: system stdin: true usb: true +init: false diff --git a/tellstick/data/run.sh b/tellstick/data/run.sh index 65ff3db..1b57bf3 100755 --- a/tellstick/data/run.sh +++ b/tellstick/data/run.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bashio +#!/usr/bin/with-contenv bashio set -e CONFIG="/etc/tellstick.conf"