FlagX
FlagX
I also cannot authenticate because there is no option for Ledvance accounts.
Why is this not merged yet?
It only works with your Ledance account. Maybe this is a similar issue to this and you have to create a new account: https://github.com/FlagX/ha-ledvance-tuya-resync-localkey/issues/24
You can try to adjust the country code in the const.py file. https://github.com/FlagX/ha-ledvance-tuya-resync-localkey/blob/main/pyscript_modules/tuya/const.py
@TobiasKarge you need to install the dependencies with `pip install -r requirements.txt`.
Confirm the installed version: `pip show pycryptodome` If the version is different from 3.17, force reinstall the correct version: `pip install --force-reinstall pycryptodome==3.17`