mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
🔨 Makes log_level optional
This commit is contained in:
parent
3762b18eb2
commit
ed1ff197ad
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
"config:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"address": "",
|
||||
"port": 49152,
|
||||
"latency_rtp": 1000,
|
||||
|
@ -28,7 +27,7 @@
|
|||
"drift": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"address": "str",
|
||||
"port": "port",
|
||||
"latency_rtp": "int",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue