From a4ff562dc7f6c882e00ec2792786a1cc0c9d3981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sat, 14 Mar 2020 18:48:46 +0100 Subject: [PATCH] Add note that HACS works --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.*