Skip to content

v1.3.6

Choose a tag to compare

@github-actions github-actions released this 10 Dec 02:12
1899e39

HA Daily Counter v1.3.6 β€” 2025-12-10

πŸ› Bug Fixes

  • Fixed mypy type checking error in config_flow.py related to domain parameter
    • Changed domain from 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+

πŸ”§ Technical Changes

  • Updated HADailyCounterConfigFlow class definition to use domain as 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