-
Notifications
You must be signed in to change notification settings - Fork 29
HACS Integration #31
Comments
Hi, cool, I was not even aware of this. In principle, I would actually like to open a PR to get this into HA itself, but I didn't have time in the last couple of months. In the meantime, HACS looks like an interesting option. |
If you need some testing please let me know, looks like the effort for getting your component into HACS isn't that much. Regards |
I'd love to see it in HACS as well |
I added the JSON file now, I think all the other requirements were already met. Testing is welcome! I haven't installed HACS myself yet. |
Your repo can be added to HACS without the hacs.json file - not sure if it's still needed as it's not in their integration docs. If you want to set a minimum required Home Assistant version that now goes into manifest.json |
Cool, didn't know. I did add 0.102 to the manifest.json. |
In settings you need to add https://github.com/DavidMStraub/homeassistant-homeconnect as a custom repo |
Right, I'll submit it as a default repo once we know it works (e.g. #37). |
I see. It's working now with adding a custom repository. Regards |
Which HACS version are you using? It's not working for me yet |
Sorry, it's also not working for me. I can install it but i am receiving the following errors:
I am using HACS 0.17.3. Regards |
I suspect you are using HA 0.101 or earlier? The new updated integration only works with 0.102 or above (you can install |
I am using HA 0.101.3 on Hass.io, i think i have to wait until 0.102 is available. Regards |
Im running Home Assistant 0.102.0 and HCAS 0.17.4, all updated versions to the latest release. Adding the repository of homeconnect works fine but when i try to insall it, I get the error message: Edit: 0.102.0 was released this morning |
Same here. Regards |
I just forked and and changed the dependent HA-version in the hcas.json, apperantly that's the only issue. Changed it to:
And it was working (instead of 0.102.0) - which is strange. Edit: I created a pull request. |
Thanks for the fix; so is this actually working now for anyone with HA 0.102 and HA-HC 0.2.1? For me the install silently fails and I don't know why, log:
|
Stupid me, I didn't set 777 permissions on |
For me it's working now. Thank you! Regard |
Working for me too, FWIW it might be worth adding your repo into the default store in https://github.com/hacs/default rather than having to add it in as a custom repo |
Right, will do this now that I know it works. Thanks! |
Is Home Connect already in the default HACS repository? Regards |
No, good point. I forgot that the PR wasn't merged due to a stray comma. I updated it and hope it'll be merged now. |
Nice, i think more people will start to use/support your integration if it‘s available within the default repositories. Regards |
Hi!
This is not a issue, it's more an enhancement. Would it be possible to integrate your custom component into HACS?
As far i can see you only need to add a file called "hacs.json" to your repository with some content like this.
Regards
Richard
The text was updated successfully, but these errors were encountered: