Hey, I would love to use this integration, but the instruction :
Add this repository to HACS and install the FindMy integration.
Is a little unclear, or HACS is not working/github is not generating the zipfile HACS needs/I'm using the "wrong url".
In the logs I see
2025-01-24 13:15:59.619 ERROR (MainThread) [custom_components.hacs] Download failed - Got status code 404 when trying to download https://github.com/malmeloo/hass-FindMy/archive/refs/heads/cc76e5b.zip
Traceback (most recent call last):
File "/config/custom_components/hacs/base.py", line 709, in async_download_file
raise HacsException(
custom_components.hacs.exceptions.HacsException: Got status code 404 when trying to download https://github.com/malmeloo/hass-FindMy/archive/refs/heads/cc76e5b.zip
2025-01-24 13:15:59.622 ERROR (MainThread) [custom_components.hacs] [<Integration malmeloo/hass-FindMy>] Failed to download zipball
Traceback (most recent call last):
File "/config/custom_components/hacs/repositories/base.py", line 631, in download_content
await self.download_repository_zip()
File "/config/custom_components/hacs/repositories/base.py", line 677, in download_repository_zip
raise HacsException(f"[{self}] Failed to download zipball")
custom_components.hacs.exceptions.HacsException: [<Integration malmeloo/hass-FindMy>] Failed to download zipball
And it's true, that zip file doesn't exist. When adding in HACS I gave it the https clone url, and selected integration as the type. Perhaps that was wrong?
If there were a couple more lines in the installation script it would avoid others hitting this wall, until you publish to HACS main store.
I'm gonna keep trying with other variations, and if I find one that works, might raise a PR.
Hey, I would love to use this integration, but the instruction :
Is a little unclear, or HACS is not working/github is not generating the zipfile HACS needs/I'm using the "wrong url".
In the logs I see
And it's true, that zip file doesn't exist. When adding in HACS I gave it the https clone url, and selected integration as the type. Perhaps that was wrong?
If there were a couple more lines in the installation script it would avoid others hitting this wall, until you publish to HACS main store.
I'm gonna keep trying with other variations, and if I find one that works, might raise a PR.