diff --git a/README.md b/README.md index 9b1ff54..1eecb0f 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,8 @@ # python-hilo -`python-hilo` (aka `pyhilo`) is a Python 3.9, `asyncio`-driven interface to the unofficial -Hilo API from Hydro Quebec. This is meant to be integrated into Home Assistant. - -Nothing is fully functional right now except for the PoC. Before this package, the Hilo API -was returning all information via some REST calls. Since the end of 2021, Hilo has deprecated -some of the endpoints including the ones that returns the status of the devices. This was -replaced with a websocket system using Microsoft SignalR. - -## Running the PoC - -``` -$ python -m virtualenv .venv -$ source .venv/bin/activate -$ pip install -r requirements.txt -$ cat << EOF > .env -export hilo_username="moi@gmail.com" -export hilo_password="secretpassword" -$ source .env -$ ./test.py -``` +`python-hilo` (aka `pyhilo`) is a Python 3.11, `asyncio`-driven interface to the unofficial +Hilo API from Hydro Quebec. This is meant to be integrated into Home Assistant but can also +be used as a standalone library. Home assistant integration is available [here](https://github.com/dvd-dev/hilo)