Initial commit: Chrony NTP Server add-on for Home Assistant

- NTP client syncs from configurable pools and servers
- NTP server mode serves time to LAN clients
- Web UI dashboard showing sync status, sources, and clients
- Supports iburst and maxsources options

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adam Harrison-Fuller
2026-01-14 22:34:06 +00:00
co-authored by Claude Opus 4.5
commit 8963c16212
18 changed files with 1003 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
build_from:
amd64: ghcr.io/home-assistant/amd64-base:3.18
aarch64: ghcr.io/home-assistant/aarch64-base:3.18
armv7: ghcr.io/home-assistant/armv7-base:3.18
armhf: ghcr.io/home-assistant/armhf-base:3.18
i386: ghcr.io/home-assistant/i386-base:3.18