From 4fbaf377be3cda7e95b9ab52dfad7135cc0f817d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bl=C3=BCmel?= Date: Sun, 19 Apr 2026 06:15:57 +0200 Subject: [PATCH] chore: mention Home Assistant in Setup instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0fa967eee..d4986cefe 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,10 @@ This readme and the [docs/](docs/) directory are **versioned** to match the prog - You can update the image with `docker pull ghcr.io/qdm12/ddns-updater` - You can set your JSON configuration as a single environment variable line (i.e. `{"settings": [{"provider": "namecheap", ...}]}`), which takes precedence over config.json. Note however that if you don't bind mount the `/updater/data` directory, there won't be a persistent database file `/updater/updates.json` but it will still work. +### Home Assistant + +To install ddns-updater on [Home Assistant](https://home-assistant.io/), follow the installation instructions on [ha-ddns-updater](https://github.com/ha-ddns-updater/ha-ddns-updater/). + ## Configuration Start by having the following content in *config.json*, or in your `CONFIG` environment variable: