-
I installed home_assistant_tgtg using hacs, in the directory 'custom_components/tgtg' there are only 3 files :
It says to run the tgtg_get_tokens script, but there's no such script in this directory. When I look into this repository the script is there though and also a script called tgtg_get_favorites_item_id.py Any idea what I could be doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I must admit I struggled with getting it set up too. |
Beta Was this translation helpful? Give feedback.
-
This script is at the root of the project, here: https://github.com/Chouffy/home_assistant_tgtg/blob/main/tgtg_get_tokens.py (or the downloadable version here) |
Beta Was this translation helpful? Give feedback.
This script is at the root of the project, here: https://github.com/Chouffy/home_assistant_tgtg/blob/main/tgtg_get_tokens.py (or the downloadable version here)
The
custom_components/tgtg
folder only contains files for Home AssistantAnd indeed the
tgtg_get_tokens
needs to run on a separate PC !