Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down