v1.3.6
HA Daily Counter v1.3.6 β 2025-12-10
π Bug Fixes
- Fixed mypy type checking error in
config_flow.pyrelated todomainparameter- Changed
domainfrom class inheritance parameter to class attribute - Resolves error: "Unexpected keyword argument 'domain' for 'init_subclass' of 'object'"
- Ensures compatibility with Python 3.11+ and mypy 1.10.0+
- Changed
π§ Technical Changes
- Updated
HADailyCounterConfigFlowclass definition to usedomainas a class attribute instead of a class parameter - All code passes mypy type checking with zero errors
- All code passes ruff linting with zero warnings
π Breaking Changes
None - fully backward compatible with existing configurations