diff --git a/README.md b/README.md index 2c6ddf9..b03646d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ## Setup - Copy the folder `custom_components/coronavirus_hessen` to `/custom_components/`. When you are done you should have `/custom_components/coronavirus_hessen/__init__.py`, `/custom_components/coronavirus_hessen/sensor.py` and so on. - +If you use this method then you'll need to keep an eye on this repository to check for updates. ## Configuration: @@ -41,6 +39,6 @@ In Home Assistant: * [ ] Find out why the created sensors don't show up in the integration overview * [ ] Find out if there's a possibility to select more than one county during configuration to have all created sensors under *one* integration entry - * [ ] Make this thing work with HACS for easier installation/updating + * [x] Make this thing work with HACS for easier installation/updating *This is my first integration for Home Assistant ever and I basically learned how to even begin to do this stuff while writing this. I'm happy for any pointers as to how to improve things.*