Skip to content

v0.1.3

Choose a tag to compare

@rusty4444 rusty4444 released this 19 May 23:53
· 4 commits to main since this release

v0.1.3

Bug Fixes

  • Fix config flow 500 on HA 2026.4+ (Python 3.14 bcrypt conflict)
    Relaxed bcrypt pin to >=4.2.1,<6.0.0 to work with the bcrypt==5.0.0 that ships with Python 3.14

What Changed

  • Relaxed bcrypt requirement so HA 2026.4+ users don't see a RequirementsNotFound error during config flow

Closes #52