What's Changed
This is a first draft of email verification code and 2FA support. All the heavy lifting was done by t0nyz0 who created a proof-of-concept python script handling both email code verification and 2FA authentication flows. I took that and added it to the main config flow (but not yet the options flow). It's barely limping along but since some people are blocked from using the integration I wanted to get an alpha release out asap.
2FA won't work yet in this release but the verification email code support should be but has had extremely limited testing.
Also:
- Update version by @AdrianGarside in #668
- Add back tag_uuid by @AdrianGarside in #669
- Correct greek localization filename by @AdrianGarside in #670
Full Changelog: v2.0.27...v2.0.28-code1