Update README to use github remote url

This commit is contained in:
2026-01-30 14:40:50 +03:00
parent 557ec91f05
commit 9013c5e0c3
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ A collection of custom integrations for Home Assistant.
1. Open HACS in Home Assistant 1. Open HACS in Home Assistant
2. Click on the three dots in the top right corner 2. Click on the three dots in the top right corner
3. Select **Custom repositories** 3. Select **Custom repositories**
4. Add this repository URL: `https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher` 4. Add this repository URL: `https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher`
5. Select **Integration** as the category 5. Select **Integration** as the category
6. Click **Add** 6. Click **Add**
7. Search for "Immich Album Watcher" in HACS and install it 7. Search for "Immich Album Watcher" in HACS and install it

View File

@@ -4,9 +4,9 @@
"codeowners": ["@alexei.dolgolyov"], "codeowners": ["@alexei.dolgolyov"],
"config_flow": true, "config_flow": true,
"dependencies": [], "dependencies": [],
"documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher", "documentation": "https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-immich-album-watcher/issues", "issue_tracker": "https://github.com/DolgolyovAlexei/haos-hacs-immich-album-watcher/issues",
"requirements": [], "requirements": [],
"version": "1.2.0" "version": "1.2.0"
} }