attempt to fix addon on real instance, outside devcontainer

This commit is contained in:
Stephan Leuschner
2023-11-19 14:50:00 -05:00
parent 6fe763c3ae
commit c05f58fb5e
8 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: NSPanel Lovelace UI Addon
version: "4.7.15"
version: "4.7.16"
slug: nspanel-lovelace-ui
description: NSPanel Lovelace UI Addon
services:

View File

@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bashio
#!/command/with-contenv bashio
# ==============================================================================
# Start the example service
# s6-overlay docs: https://github.com/just-containers/s6-overlay

View File

@@ -0,0 +1 @@
longrun

View File

@@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/mqtt-manager/run

View File

@@ -90,6 +90,7 @@ def get_config():
print(settings["home_assistant_token"])
print(settings["home_assistant_address"])
print(settings["is_addon"])
def connect_and_loop():
global settings, home_assistant, panels