This commit is contained in:
joBr99
2023-11-26 13:02:18 +01:00
parent b38189d63e
commit ad891115a9
2 changed files with 264 additions and 271 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.44"
version: "4.7.46"
slug: nspanel-lovelace-ui
description: NSPanel Lovelace UI Addon
services:
@@ -17,15 +17,8 @@ init: false
map:
- addon_config:rw
options:
loglevel:
- DEBUG
- INFO
- WARNING
- ERROR
- CRITICAL
logtofile:
- true
- false
loglevel: DEBUG
logtofile: true
schema:
loglevel: list(DEBUG|INFO|WARNING|ERROR|CRITICAL)
logtofile: bool