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

Commit

Permalink
Add note that HACS works
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Mar 14, 2020
1 parent 7165daf commit a4ff562
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

## Setup

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

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

#### 2. Manual
-->

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.

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

## Configuration:

Expand All @@ -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.*

0 comments on commit a4ff562

Please sign in to comment.