Skip to content

v1.3.7

Choose a tag to compare

@github-actions github-actions released this 10 Dec 14:53
34639a7

🔧 Critical Bug Fix Release

This release fixes a critical migration error introduced in v1.3.6 that prevented existing counters from working properly.

Fixed

  • Critical Migration Error: Resolved "Flow handler not found for entry" error that caused all existing counters to be disabled after upgrading to v1.3.6
  • ✅ Added missing async_get_options_flow static method to HADailyCounterConfigFlow class to properly link the options flow handler
  • ✅ Existing config entries now work correctly and counters are no longer disabled after upgrade

Who should upgrade?

All users who upgraded to v1.3.6 should upgrade to v1.3.7 immediately to restore functionality to their existing counters.

Technical Details

  • The issue occurred because Home Assistant could not find the options flow handler for existing config entries
  • The config_flow.py had a HADailyCounterConfigFlow class but was missing the async_get_options_flow static method
  • This method is required to connect the config flow to the HADailyCounterOptionsFlow class defined in options_flow.py
  • This fix ensures backward compatibility with existing installations

Installation

  1. Update via HACS or manually install v1.3.7
  2. Restart Home Assistant
  3. Your existing counters should now be enabled and working