mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-05 11:31:24 +00:00
Mark address option optional (#55)
This commit is contained in:
parent
2934d041ae
commit
20dff36671
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"map": ["config:rw"],
|
"map": ["config:rw"],
|
||||||
"options": {
|
"options": {
|
||||||
"address": "",
|
|
||||||
"port": 49152,
|
"port": 49152,
|
||||||
"latency_rtp": 1000,
|
"latency_rtp": 1000,
|
||||||
"latency_http": 2000,
|
"latency_http": 2000,
|
||||||
|
@ -19,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
"address": "str",
|
"address": "str?",
|
||||||
"port": "port",
|
"port": "port",
|
||||||
"latency_rtp": "int",
|
"latency_rtp": "int",
|
||||||
"latency_http": "int",
|
"latency_http": "int",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue