-
Notifications
You must be signed in to change notification settings - Fork 46
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
changes to make tado x devices compatible with old tado devices #123
base: master
Are you sure you want to change the base?
Conversation
Thanks for your work! I hope I'll find some time in the following day to help to get this library and the home assistant integration ready for TadoX. Is there anything you still need help with or would like me to test with my TadoX setup? |
adding more test cases to increase coverage would be a good task 😄 |
0c7a006
to
6c0a938
Compare
Co-authored-by: Wolfgang Malgadey <wolfgang@malgadey.de>
- changed compatibility of tadoX devices
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All features that are shared universally across Tado generations should remain within the TadoBase class, ensuring accessibility for both inheriting classes. Features that are not universal to all generations should be placed in the corresponding class specific to that generation.
@Moritz-Schmidt what do you think? is something missing to be compatible with tado pre X? |
Description
In home-assistant/core#129600 @Moritz-Schmidt tried to change the tado integration in home assistant to support Tado X devices with PyTado.
We want to reduce the changes to the integration and add compatibility changes to tado x responses.
Related Issues
Type of Changes
Mark the type of changes included in this pull request:
Checklist
Additional Notes
Add any additional comments, screenshots, or context for the reviewer(s).
Thank you for your contribution to PyTado! 🎉