From 2dc6d5ddf59b284bd63809fddc9a1710f15be519 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sun, 9 Feb 2020 09:50:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9AChange=20example=20to=20YAML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 44e0e59..3149225 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-ons: chrony +# Community Home Assistant Add-on: chrony [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -41,16 +41,13 @@ comparison to installing any other Home Assistant add-on. Example add-on configuration: -```json -{ - "set_system_clock": true, - "mode": "pool", - "ntp_pool": "pool.ntp.org", - "ntp_server": [ - "54.39.13.155", - "briareus.schulte.org" - ] -} +```yaml +set_system_clock: true +mode: pool +ntp_pool: pool.ntp.org +ntp_server": + - 54.39.13.155 + - briareus.schulte.org ``` **Note**: _This is just an example, don't copy and paste it! Create your own!_