📚Change example to YAML

This commit is contained in:
Paul Sinclair 2020-02-09 09:50:29 -05:00
parent 38c157eaf8
commit 2dc6d5ddf5
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D

View file

@ -1,4 +1,4 @@
# Community Home Assistant Add-ons: chrony # Community Home Assistant Add-on: chrony
[![GitHub Release][releases-shield]][releases] [![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield] ![Project Stage][project-stage-shield]
@ -41,16 +41,13 @@ comparison to installing any other Home Assistant add-on.
Example add-on configuration: Example add-on configuration:
```json ```yaml
{ set_system_clock: true
"set_system_clock": true, mode: pool
"mode": "pool", ntp_pool: pool.ntp.org
"ntp_pool": "pool.ntp.org", ntp_server":
"ntp_server": [ - 54.39.13.155
"54.39.13.155", - briareus.schulte.org
"briareus.schulte.org"
]
}
``` ```
**Note**: _This is just an example, don't copy and paste it! Create your own!_ **Note**: _This is just an example, don't copy and paste it! Create your own!_