diff --git a/nspanel-lovelace-ui/config.yaml b/nspanel-lovelace-ui/config.yaml index 8abd63c3..361d7298 100644 --- a/nspanel-lovelace-ui/config.yaml +++ b/nspanel-lovelace-ui/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: NSPanel Lovelace UI Addon -version: "4.7.6" +version: "4.7.12" slug: nspanel-lovelace-ui description: NSPanel Lovelace UI Addon services: diff --git a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh index cd9c38dc..461ee591 100644 --- a/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh +++ b/nspanel-lovelace-ui/rootfs/usr/bin/mqtt-manager/run.sh @@ -15,5 +15,4 @@ if test -f "$CONFIG_FILE"; then else cp /usr/bin/mqtt-manager/config.yml.example $CONFIG_FILE fi -sleep 100000 python /usr/bin/mqtt-manager/main.py \ No newline at end of file