Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Commit a4ff562

Browse files
committed
Add note that HACS works
1 parent 7165daf commit a4ff562

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
## Setup
66

7-
<!--
87
There are two ways to set this up:
98

109
#### 1. Using HACS
@@ -20,11 +19,10 @@ Then install the "Coronavirus Hessen" integration.
2019
If you use this method, your component will always update to the latest version.
2120

2221
#### 2. Manual
23-
-->
2422

2523
Copy the folder `custom_components/coronavirus_hessen` to `<ha_config_dir>/custom_components/`. When you are done you should have `<ha_config_dir>/custom_components/coronavirus_hessen/__init__.py`, `<ha_config_dir>/custom_components/coronavirus_hessen/sensor.py` and so on.
2624

27-
<!-- If you use this method then you'll need to keep an eye on this repository to check for updates. -->
25+
If you use this method then you'll need to keep an eye on this repository to check for updates.
2826

2927
## Configuration:
3028

@@ -41,6 +39,6 @@ In Home Assistant:
4139

4240
* [ ] Find out why the created sensors don't show up in the integration overview
4341
* [ ] Find out if there's a possibility to select more than one county during configuration to have all created sensors under *one* integration entry
44-
* [ ] Make this thing work with HACS for easier installation/updating
42+
* [x] Make this thing work with HACS for easier installation/updating
4543

4644
*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.*

0 commit comments

Comments
 (0)