fjramirez1987 / PTZ-YCC365

50 stars 20 forks source link

How about support HACS? #7

Open stevel032 opened 3 years ago

stevel032 commented 3 years ago

I tried to install this module through HACS (more info: https://hacs.xyz/) but failed, seems that the project is missing a manifest.json file. It's an optional file for Home Assistant, but seems HACS requires it. It might be worthwhile looking into it.

The installation instruction I followed (and failed to get it working) was this: https://codingcyclist.medium.com/how-to-install-any-custom-component-from-github-in-less-than-5-minutes-ad84e6dc56ff

The (seemingly) simple instruction to add the manifest.json file is here: https://developers.home-assistant.io/blog/2019/04/12/new-integration-structure/, a minimum sample file is here: https://developers.home-assistant.io/docs/creating_integration_manifest/

Thank you!

myTselection commented 3 years ago

this seems to work now, I was able to add the repo https://github.com/fjramirez1987/PTZ-YCC365 as 'Custom Repository' in HACS and installation seems to be working well. Including fix for some id that was missing in manifest.json. Thanks a lot @fjramirez1987 !!