jheling / freeathome

Free@Home component for Home Assistant
103 stars 37 forks source link

Support for HACS #114

Closed rsegers closed 2 years ago

rsegers commented 2 years ago

This PR add support for HACS. This basically required two changes:

  1. Hacs.json in root of repository
  2. Moving the integration files to the folder 'custom_components'

The integration can now be added in HACS as custom repository.

miezie commented 2 years ago

+1 :) updating via HACS is so much easier :)

EnricoBilla commented 2 years ago

Thanks! Maybe it will be useful in the future to release a new version to keep track of the code in the HACS UI. What do you think?

jeroen84 commented 2 years ago

A big +1 for this, since this makes the update process much more convenient! Thanks @rsegers