-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
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
Add support of multiple Tado accounts #31527
Conversation
Changed geberation of sensor unique id (breaking change)
Hey there @michaelarnauts, mind taking a look at this pull request as its been labeled with a integration ( |
Codecov Report
@@ Coverage Diff @@
## dev #31527 +/- ##
==========================================
+ Coverage 94.58% 94.66% +0.07%
==========================================
Files 746 762 +16
Lines 54025 55017 +992
==========================================
+ Hits 51101 52081 +980
- Misses 2924 2936 +12
Continue to review full report at Codecov.
|
Please don't merge to |
Why not migrate to config entries ? |
Added support of multiple Tado accounts
Changed generation of sensor unique id.
FIxed error detecting opened window.
Breaking change
Changed generation of unique id of sensor and climate - now it includes id of home.
Proposed change
RIght now Tado has no native support of multiple bridges in one account. This change allows to add multiple Tado accounts to HASS.
Type of change
Example entry for
configuration.yaml
:In case of only one account this configuration will also work:
Additional information
Important: chrism0dwk/PyTado#10 must be merged into PyTado to this change to work correctly.
Checklist
black --fast 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
.The integration reached or maintains the following Integration Quality Scale: