mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
🔨 Update add-on config with new password & list features
This commit is contained in:
parent
e07fa4e03b
commit
e42e4ec7d7
1 changed files with 3 additions and 10 deletions
|
@ -5,19 +5,12 @@
|
|||
"description": "AirPlay capabilities for your Sonos (and UPnP) devices.",
|
||||
"url": "https://github.com/hassio-addons/addon-airsonos",
|
||||
"startup": "services",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "i386"],
|
||||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"options": {
|
||||
"address": "",
|
||||
"port": 49152,
|
||||
|
@ -26,7 +19,7 @@
|
|||
"drift": false
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(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