mww012 / hass-infinitive

Infinitive Climate Integration for Home Assistant
21 stars 5 forks source link

Trouble with installation via HACS #2

Closed sparment closed 3 years ago

sparment commented 3 years ago

@mww012 I'm moving my custom integrations over to HACS and am having an issue getting infinitive installed. I go to add a custom repository and paste in "https://github.com/mww012/hass-infinitive.git" and select "integration" as the category; but I get the following error:

GitHub returned 404 for https://api.github.com/repos/mww012/hass-infinitive.git

I double check multiple times that I pasted in the correct repository but keep getting this error. Is this something on the infinitive side of things that you can help me with?

mww012 commented 3 years ago

@sparment Hey, I tried and got the same error you did. I don't know if HACS has changed their procedure or if something happened to my repo. I haven't changed anything on my end but I'll figure it out and let you know.

mww012 commented 3 years ago

@sparment Try this. Drop the ".git" from the end of the URL. So your actual URL will be https://github.com/mww012/hass-infinitive. That fixed things for me. If it works for you I'll update the docs and correct it.

sparment commented 3 years ago

Thanks, that did the trick for me!