🔨 Update add-on config with new password & list features

This commit is contained in:
Franck Nijhof 2020-02-11 20:16:07 +01:00
parent e07fa4e03b
commit e42e4ec7d7
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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",