eelcohn / home-assistant-rdw

RDW sensor module for Home Assistant
7 stars 2 forks source link

Add Community (HACS) support #2

Closed Giel538 closed 3 years ago

Giel538 commented 5 years ago

Hi, can you please add HACS support. This well be the new custom updater.

metbril commented 4 years ago

More info on how to start

https://hacs.xyz/docs/publish/start

eelcohn commented 4 years ago

Thanks, I'm aware that the HACS support feature is requested by some of the users, and that it would make installing and upgrading a lot easier. I'm currently working on a major update of the RDW platform which I ultimately want to push to the official Home Assistant Core repository. Therefore I'm not really putting effort in HACS support because I want to push RDW to the main repository.

eelcohn commented 4 years ago

I'll leave this one open as a reminder that this is still a feature request for some of you

poudenes commented 4 years ago

Hi Eelcohn, i love the add-on. Not for me but my sister is using it. any plans to push it into HACS already?

metbril commented 4 years ago

Hi @eelcohn. Can you share any update about this feature?

JDunnio commented 3 years ago

I was also searching for this. I managed to do it the manual way. I thought that adding and integration to HACS was a matter of placing a few files?

The reason i prefer HACS is because of auto-update on new versions and compatibility with new HA-versions. If it is not to much effort it would be greatly appreciated if it was available from HACS.

Thanks for this great integration and all the effort put into it!

metbril commented 3 years ago

@eelcohn would you mind sharing an update on your progress adding the component to the main repo as you mentioned in https://github.com/eelcohn/home-assistant-rdw/issues/2#issuecomment-591914580 ?

TheRedBull205 commented 3 years ago

Deleted this integration for now until it's fixed or added to home assistant. Wish I had some more knowledge about python to fix it myself...

poudenes commented 3 years ago

Deleted this integration for now until it's fixed or added to home assistant. Wish I had some more knowledge about python to fix it myself...

If you follow the install method rdw is running perfect in HA.... I have 3 cars now In HA

TheRedBull205 commented 3 years ago

Deleted this integration for now until it's fixed or added to home assistant. Wish I had some more knowledge about python to fix it myself...

If you follow the install method rdw is running perfect in HA.... I have 3 cars now In HA

Did you use the "YAML" version or the "Integration" to add plates? Since I run into:

32

poudenes commented 3 years ago

Deleted this integration for now until it's fixed or added to home assistant. Wish I had some more knowledge about python to fix it myself...

If you follow the install method rdw is running perfect in HA.... I have 3 cars now In HA

Did you use the "YAML" version or the "Integration" to add plates? Since I run into:

32

Im using the integration way to add them

Klumper commented 3 years ago

I've created a pull request for this: #38

There's an issue with the config flow though, YAML configuration works fine!

eelcohn commented 3 years ago

Fixed in #38

eelcohn commented 3 years ago

Thank you for your work @Klumper