Add configurable log_level.
This commit is contained in:
parent
00a5e7d014
commit
9b8c4e847f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
# https://developers.home-assistant.io/docs/add-ons/configuration/
|
||||||
---
|
---
|
||||||
name: OpenDTU Logger
|
name: OpenDTU Logger
|
||||||
version: "0.0.11"
|
version: "0.1.1"
|
||||||
slug: opendtu_logger
|
slug: opendtu_logger
|
||||||
description: "OpenDTU Logger add-on for Home Assistant"
|
description: "OpenDTU Logger add-on for Home Assistant"
|
||||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
||||||
|
@ -26,6 +26,7 @@ options:
|
||||||
opendtu_password: null
|
opendtu_password: null
|
||||||
timescaledb: true
|
timescaledb: true
|
||||||
tz: "Europe/Amsterdam"
|
tz: "Europe/Amsterdam"
|
||||||
|
log_level: "INFO"
|
||||||
schema:
|
schema:
|
||||||
db: str
|
db: str
|
||||||
opendtu_address: str
|
opendtu_address: str
|
||||||
|
@ -34,5 +35,6 @@ schema:
|
||||||
opendtu_password: password?
|
opendtu_password: password?
|
||||||
timescaledb: bool
|
timescaledb: bool
|
||||||
tz: str
|
tz: str
|
||||||
|
log_level: str
|
||||||
breaking_versions:
|
breaking_versions:
|
||||||
- "0.1.0"
|
- "0.1.0"
|
Loading…
Reference in a new issue