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/
|
||||
---
|
||||
name: OpenDTU Logger
|
||||
version: "0.0.11"
|
||||
version: "0.1.1"
|
||||
slug: opendtu_logger
|
||||
description: "OpenDTU Logger add-on for Home Assistant"
|
||||
url: https://git.hollander.online/energy/home-assistant-addons/src/branch/main/opendtu-logger
|
||||
|
@ -26,6 +26,7 @@ options:
|
|||
opendtu_password: null
|
||||
timescaledb: true
|
||||
tz: "Europe/Amsterdam"
|
||||
log_level: "INFO"
|
||||
schema:
|
||||
db: str
|
||||
opendtu_address: str
|
||||
|
@ -34,5 +35,6 @@ schema:
|
|||
opendtu_password: password?
|
||||
timescaledb: bool
|
||||
tz: str
|
||||
log_level: str
|
||||
breaking_versions:
|
||||
- "0.1.0"
|
Loading…
Reference in a new issue