v0.1.3
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