Skip to content

Release v1.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 09:09
- **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