From e42e4ec7d735db3b5a9513da9a152eab25136274 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 11 Feb 2020 20:16:07 +0100 Subject: [PATCH] :hammer: Update add-on config with new password & list features --- airsonos/config.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/airsonos/config.json b/airsonos/config.json index a48634c..cbddc7b 100755 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -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",