From 557ec91f05505c39d6880477a3942668891c3dda Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Fri, 30 Jan 2026 14:12:46 +0300 Subject: [PATCH] Update remote url for HACS config and README --- README.md | 2 +- custom_components/immich_album_watcher/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b724e8e..9a4e29b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A collection of custom integrations for Home Assistant. 1. Open HACS in Home Assistant 2. Click on the three dots in the top right corner 3. Select **Custom repositories** -4. Add this repository URL: `https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integrations` +4. Add this repository URL: `https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher` 5. Select **Integration** as the category 6. Click **Add** 7. Search for "Immich Album Watcher" in HACS and install it diff --git a/custom_components/immich_album_watcher/manifest.json b/custom_components/immich_album_watcher/manifest.json index c800775..f01c6f3 100644 --- a/custom_components/immich_album_watcher/manifest.json +++ b/custom_components/immich_album_watcher/manifest.json @@ -4,9 +4,9 @@ "codeowners": ["@alexei.dolgolyov"], "config_flow": true, "dependencies": [], - "documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integrations", + "documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher", "iot_class": "cloud_polling", - "issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-integrations/issues", + "issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher/issues", "requirements": [], "version": "1.2.0" }