You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **Security Improvements**
- Switched from HTTP to HTTPS for all API communications
- Removed sensitive data from debug logs (company keys, full usernames)
- Added input validation with length limits for config flow fields
- **Code Quality**
- Resolved all mypy type annotation errors
- Fixed ConfigFlow domain registration issue
- Consolidated unit constants into centralized UNITS dictionary
- Extracted common device info logic to reduce code duplication
- **Technical Debt Reduction**
- Created shared utils module for common functionality
- Improved exception handling with better context
- Enhanced input validation for user credentials