-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Split august and yale integrations #124677
Conversation
* merge with dev * Remove unused constant
Co-authored-by: Joost Lekkerkerker <[email protected]>
this is a merge of an integration branch back to dev that has already been reviewed separately
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.
Mostly questions and little remarks, except for the duplicate config entry check there's nothing major for me (looking at deadline for beta)
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Nearly all review comments above also apply to the August integration since that is where most of the code originates. While I've spent months cleaning it up, there is still some legacy there. I could spend a few more weeks cleaning up the code/tests. Still, this one is a difficult position since if we don't ship this; all the Yale Home users will likely stop working again because the old API key we are using will stop working permanently. Since all the branches going into the integration branch have been reviewed, I suggest we merge this and address the comments in a follow-up. |
I agree. This should be included in the release to avoid breaking users instances. |
* Split august and yale integrations [part 1] (home-assistant#122253) * merge with dev * Remove unused constant * Remove yale IPv6 workaround (home-assistant#123409) * Convert yale to use oauth (home-assistant#123806) Co-authored-by: Joost Lekkerkerker <[email protected]> * Update yale for switch from pubnub to websockets (home-assistant#124675) --------- Co-authored-by: Joost Lekkerkerker <[email protected]>
* Address august review comments Followup to #124677 * cleanup loop * drop mixin name * event entity add cleanup * remove duplicate prop * pep0695 type * remove some not needed block till done * cleanup august tests * switch to freezegun * snapshots for dev reg * SOURCE_USER nit * snapshots * pytest.raises * not loaded check
Proposed change
Yale and August product lines have split into two separate companies and the APIs, authentication methods, servers, and systems are diverging enough that the integration needs to be split into two.
The full transition plan is at home-assistant/home-assistant.io#33890
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
.To help with the load of incoming pull requests: