-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Bump PyTado to 0.17.4 #108255
Bump PyTado to 0.17.4 #108255
Conversation
Hey there @chiefdragon, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Have just manually tested this PR (By custom_component and upping the requirements in manifest.json) and can confirm this has worked for my setup. I have 4 tado instances all configured and all 4 loaded up after a full reboot of HA-OS. Thank you all for the fixes |
Thanks for all the test work! |
Thanks for quickly addressing this, appreciated! |
Breaking change
Proposed change
Bump PyTado to 0.17.4. This contains a fix related to the caching issues, caused by a dict that was created outside of the constructor. This led to the object being shared between multiple instances of the class. This would cause issues on Tado's API to return
accessDenied
errors, since it structurally contained the wrong home ID's being sent.Changelog: wmalgadey/PyTado@0.17.3...0.17.4
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: