Skip to content
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

Fix AEP: Always parse out the subdomain, even if already logged in #69

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

benhoff
Copy link
Contributor

@benhoff benhoff commented Feb 23, 2024

See the issue here: home-assistant/core#110019

Basically, this fixes an assertion bug where the server thinks we're already logged in, and we thus exit, but cls._subdomain isn't set, leading to an assertion error down the line.

@benhoff
Copy link
Contributor Author

benhoff commented Feb 23, 2024

I'd recommend pushing the version number so that the requirement can be changed in home assistant as well. I can add that if you'd like to this PR.

@tronikos tronikos changed the title Always parse out the subdomain, even if already logged in Fix AEP: Always parse out the subdomain, even if already logged in Feb 23, 2024
@tronikos tronikos merged commit b1b67e7 into tronikos:main Feb 23, 2024
3 checks passed
@tronikos
Copy link
Owner

Thanks for the fix. I released 0.3.1. Please bump the version on the Home Assistant side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants