-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with HACS instructions
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,21 @@ This is a custom integration used to scrape data from a smarthub portal (used by | |
|
||
# Setup | ||
|
||
## Manual installation | ||
## Installation | ||
|
||
### Manual Installation | ||
|
||
Clone this repository in your home assistant's `custom_components` directory: | ||
``` | ||
git clone [email protected]:gagata/ha-smarthub-energy-sensor.git | ||
``` | ||
|
||
### Using HACS | ||
|
||
- Copy the repository address: `https://github.com/gagata/ha-smarthub-energy-sensor.git` | ||
- Add the repository as custom repository in HACS: HACS -> click on 3-dot menu -> Custom Repositories -> Paste the URL and pick "Integration" and click "ADD" | ||
- Go to HACS and search for `SmartHub Coop Integration` and click "Download" | ||
|
||
## Configuration | ||
|
||
Go to Settings > Devices & services and click +Add integration, and search for Smarthub. | ||
|