v1.3.7
🔧 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_flowstatic method toHADailyCounterConfigFlowclass 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.pyhad aHADailyCounterConfigFlowclass but was missing theasync_get_options_flowstatic method - This method is required to connect the config flow to the
HADailyCounterOptionsFlowclass defined inoptions_flow.py - This fix ensures backward compatibility with existing installations
Installation
- Update via HACS or manually install v1.3.7
- Restart Home Assistant
- Your existing counters should now be enabled and working