mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
attempt to fix addon on real instance, outside devcontainer
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
longrun
|
||||
@@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/mqtt-manager/run
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user