From d97e9e850be7e7c41c308a4af568431d9dc26b0b Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Tue, 4 Feb 2020 15:04:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8Align=20config.json=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrony/config.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/chrony/config.json b/chrony/config.json index c2923f0..b127997 100644 --- a/chrony/config.json +++ b/chrony/config.json @@ -5,19 +5,11 @@ "description": "A local NTP (Network Time Protocol) server for cameras etc.", "url": "https://github.com/hassio-addons/addon-chrony", "startup": "system", - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7", - "i386" - ], + "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "boot": "auto", "hassio_api": true, "hassio_role": "default", - "privileged": [ - "SYS_TIME" - ], + "privileged": ["SYS_TIME"], "ports": { "123/udp": 123 }, @@ -34,10 +26,10 @@ ] }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", + "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "set_system_clock": "bool", "ntp_pool": "str?", "ntp_server": ["str?"], - "mode": "match(^(pool|server)$)" + "mode": "list(pool|server)" } }