mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 19:21:35 +00:00
📚Change example to YAML
This commit is contained in:
parent
38c157eaf8
commit
2dc6d5ddf5
1 changed files with 8 additions and 11 deletions
19
README.md
19
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!_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue