Skip to content

Commit f9e1649

Browse files
authored
README: Update instructions to install directly from this repo.
1 parent f3ea536 commit f9e1649

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ This integration has been tested with the uHoo home device. It might work with t
1616

1717
![uHoo device view](uhoo-device-view.png)
1818

19+
This is based on https://github.com/csacca/uhoo-homeassistant, updated for current compatibility.
20+
1921
## Installation
2022

2123
### HACS
2224

23-
Add `https://github.com/csacca/uhoo-homeassistant` as a custom integration repository and install the uHoo integration.
25+
Add `https://github.com/andrewleech/uhoo-homeassistant` as a custom integration repository and install the uHoo integration.
2426

2527
### Manual
2628

@@ -63,16 +65,16 @@ To run all project tests:
6365
poetry run pytest
6466
```
6567

66-
[build-shield]: https://github.com/csacca/uhoo-homeassistant/actions/workflows/ci.yaml/badge.svg
67-
[build]: https://github.com/csacca/uhoo-homeassistant/actions/workflows/ci.yaml
68+
[build-shield]: https://github.com/andrewleech/uhoo-homeassistant/actions/workflows/ci.yaml/badge.svg
69+
[build]: https://github.com/andrewleech/uhoo-homeassistant/actions/workflows/ci.yaml
6870
[hacs-shield]: https://img.shields.io/badge/HACS-Custom-orange.svg
6971
[hacs]: https://hacs.xyz/
70-
[license-shield]: https://img.shields.io/github/license/csacca/uhoo-homeassistant.svg
71-
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
72-
[pre-commit-ci-shield]: https://results.pre-commit.ci/badge/github/csacca/uhoo-homeassistant/master.svg
73-
[pre-commit-ci]: https://results.pre-commit.ci/latest/github/csacca/uhoo-homeassistant/master
72+
[license-shield]: https://img.shields.io/github/license/andrewleech/uhoo-homeassistant.svg
73+
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
74+
[pre-commit-ci-shield]: https://results.pre-commit.ci/badge/github/andrewleech/uhoo-homeassistant/master.svg
75+
[pre-commit-ci]: https://results.pre-commit.ci/latest/github/andrewleech/uhoo-homeassistant/master
7476
[poetry-install]: https://python-poetry.org/docs/#installation
7577
[poetry]: https://python-poetry.org
7678
[pre-commit]: https://pre-commit.com/
77-
[releases-shield]: https://img.shields.io/github/release/csacca/uhoo-homeassistant.svg
78-
[releases]: https://github.com/csacca/uhoo-homeassistant/releases
79+
[releases-shield]: https://img.shields.io/github/release/andrewleech/uhoo-homeassistant.svg
80+
[releases]: https://github.com/andrewleech/uhoo-homeassistant/releases

0 commit comments

Comments
 (0)