hass-sidecar icon indicating copy to clipboard operation
hass-sidecar copied to clipboard

Is there any way to install this from HACS?

Open dbuezas opened this issue 3 years ago • 2 comments

I really love the idea of making my automations in Typescript, but every time I land here (which is every time I get frustrated with yaml), I think to myself "oh, what a pitty I can't install it without opening yet another can of worms". Is there a way? :)

update: this is obviously not a bug, but I can't change the label

dbuezas avatar Nov 15 '21 20:11 dbuezas

Hello @dbuezas. It is a very good suggestion. I'll try to investigate how can I publish on HACS repository. Thank you for the suggestion.

d4nicoder avatar May 02 '22 07:05 d4nicoder

I recently added my own plotly lovelace card to HACS and a lot more people started using it.

Mine is a front end module and not an integration but I think the general process is the same.

What follows may be obvious, but it took me a while to find the right starting point, so it may still be useful to you

Part 1: paste url in HACS

The first step is super easy and allows users to get your integration by pasting the url of your repo as a "custom repo", getting updates, etc. Already a huge win imo

  • https://hacs.xyz/docs/publish/integration

Part 2: add to HACS "database"

Then, if you want to be listed, you need to make a pr to https://github.com/hacs/default. It took a while for them to merge it, but eventually it made it through, and then I started getting a lot more feedback from users.

dbuezas avatar May 02 '22 08:05 dbuezas