From 87dad1c56a150c34f948c8d859ac72646cfc4bdc Mon Sep 17 00:00:00 2001 From: David Jakovlev Date: Sun, 18 Jan 2026 13:32:45 +0000 Subject: [PATCH 1/2] Update README.md fixed repo url for hacs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cf9d4..d36560a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This integration connects to the TadoLocal API (usually on port `4407`). ### 1️⃣ Install via HACS (Recommended) 1. Open Home Assistant and install [HACS](https://hacs.xyz/). 2. Go to **HACS** → **Integrations** → **Add Custom Repository**. -3. Enter the repository URL: `https://github.com/yourusername/tado-local`. +3. Enter the repository URL: `https://github.com/array81/tado-local`. 4. Click **Install** and restart Home Assistant. 5. Navigate to **Settings** → **Devices & Services** → **Add Integration** → Search for **Tado Local**. 6. Enter your TadoLocal ip and port. From 1a86496d668f01ac49b9c8eb40c387cb20de16d8 Mon Sep 17 00:00:00 2001 From: David Jakovlev Date: Sun, 18 Jan 2026 13:35:03 +0000 Subject: [PATCH 2/2] Update DOCKER.md fixed git clone link for TadoLocal --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCKER.md b/DOCKER.md index a5e0d7b..0117e7a 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -15,7 +15,7 @@ This guide provides a step-by-step walkthrough to Dockerize [TadoLocal](https:// Clone the repository or download the source code to your machine. ```bash -git clone https://github.com/your-username/TadoLocal.git +git clone https://github.com/AmpScm/TadoLocal.git cd TadoLocal ```