Skip to content

Commit

Permalink
Clarify tgtg version needs to be 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorim committed Feb 8, 2023
1 parent c560a15 commit c241629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Sensor data can be used afterward to generate notifications, history graphs, ...
1. Click *Install*
1. Install required packages on your local PC:
* [Python >=3.8](https://www.python.org/downloads/)
* [tgtg-python](https://github.com/ahivert/tgtg-python) library: In a command line, type `pip install tgtg` or `pip install --upgrade tgtg` if you already have it.
* [tgtg-python](https://github.com/ahivert/tgtg-python) library: In a command line, type `pip install tgtg==0.14.0` or `pip install --upgrade tgtg` if you already have it.
1. Run the [tgtg_get_tokens](./tgtg_get_tokens.py) script on your local PC:
1. Paste the result in your `/config/configuration.yaml`.
1. Restart the Home Assistant server
Expand Down

0 comments on commit c241629

Please sign in to comment.