Open mikael-andersson opened 1 month ago
Hi, Interesting, could be some issue with the pipeline that builds the package. I will see what i can find, thanks for reporting it.
Nice if you can look into it, thanks. Just let me know if you want me to test something or send you some logs.
How did you install the package? If you clone the repository and copy the content to your custom_components folder it won't work as when i trigger new releases it generates the manifest files automatically.
If i download the latest release from here: https://github.com/robinostlund/homeassistant-svk-mimer/releases/download/v0.1.6/svkmimer.zip i can see that the manifest looks like this which looks correct:
{
"domain": "svk_mimer",
"name": "SVK Mimer",
"after_dependencies": [
"http"
],
"codeowners": [
"@robinostlund"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/robinostlund/homeassistant-svk-mimer/",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/robinostlund/homeassistant-svk-mimer/issues",
"requirements": [
"aiosvkmimer==0.1.14"
],
"version": "v0.1.6"
}
Check this file: https://github.com/robinostlund/homeassistant-svk-mimer/blob/master/manage/update_manifest.py
Yes, I hade cloned the repo. :) Ok, great, now I understand, many thanks for explaining this. Maybe you can add some short explanation in the README to newbies like me. :) For example:
Make sure to download the zip archive svkmimer.zip and not any of the compressed archives containing the Source code, nor by cloning the repository.
I think you can close this issue then. Thanks for a great component, especially now when it should work for me! :)
HA software versions Core 2024.10.3 Supervisor 2024.10.2 Operating System 13.2 Frontend 20241002.3
I get the following error when installing svk_mimer version 0.1.6 manually in directory custom_components:
After cleaning up svk_mimer references in .storage and restarting HA Core, I get this when I try to add the integration again:
This shows up in the HA Core log:
I have been able to get this to work on another HA system, also by manually installing it, and do not get this error.
Just a few minutes ago I noticed that the manifest.json of version 0.16 has the following:
"requirements": []
while 0.1.5 has this:
Installing version 0.1.5 worked.
Why has the requirements changed?
I would very much appreciate any clarification on this, thanks.