From c241629a90eed26c024685f6466d41083c70bba1 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Wed, 8 Feb 2023 11:55:43 +0100 Subject: [PATCH] Clarify tgtg version needs to be 0.14.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac18a81..0322818 100644 --- a/README.md +++ b/README.md @@ -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