You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
5
5
## Setup
6
6
7
-
<!--
8
7
There are two ways to set this up:
9
8
10
9
#### 1. Using HACS
@@ -20,11 +19,10 @@ Then install the "Coronavirus Hessen" integration.
20
19
If you use this method, your component will always update to the latest version.
21
20
22
21
#### 2. Manual
23
-
-->
24
22
25
23
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.
26
24
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.
28
26
29
27
## Configuration:
30
28
@@ -41,6 +39,6 @@ In Home Assistant:
41
39
42
40
*[ ] Find out why the created sensors don't show up in the integration overview
43
41
*[ ] 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
45
43
46
44
*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