mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-05 03:21:32 +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"
|
"config:rw"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
|
||||||
"address": "",
|
"address": "",
|
||||||
"port": 49152,
|
"port": 49152,
|
||||||
"latency_rtp": 1000,
|
"latency_rtp": 1000,
|
||||||
|
@ -28,7 +27,7 @@
|
||||||
"drift": false
|
"drift": false
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||||
"address": "str",
|
"address": "str",
|
||||||
"port": "port",
|
"port": "port",
|
||||||
"latency_rtp": "int",
|
"latency_rtp": "int",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue