-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Tuya fix login problem and add login platform param #16058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the quick fix. |
* add a platform param to distinguish different app's account. * fix requirements
Add platform to distinguish accounts from different apps The value could be 'tuya' or 'smart_life'. Default is 'tuya'. related pull request is home-assistant/core#16058
I’m having issues with the Tuya component. All was working well in 0.75.3 and with 0.76.1 I am getting the following exception:
I have verified that my credentials are valid (they didn’t change since I upgraded). I have also tried adding the new platform option to my tuya config set to both smart_life and tuya. All combinations result in the same exception. |
Could you please send me you account name ? |
@bakerbug Please open an issue for this, if you suspect a bug. |
Description:
Related issue (if applicable): fixes #15613
Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.io#6048
Example entry for
configuration.yaml
(if applicable):Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
REQUIREMENTS
variable (example).requirements_all.txt
by runningscript/gen_requirements_all.py
..coveragerc
.