Skip to content

v1.8.10

Choose a tag to compare

@Geek-MD Geek-MD released this 16 Feb 13:28
2e64b0a

v1.8.10 - 2026-02-16

Fixed

  • Critical fix for 500 Internal Server Error during integration configuration. Home Assistant's config flow system expects specific class names: FlowHandler for ConfigFlow and OptionsFlowHandler for OptionsFlow. The integration was using custom names (BatteryDevicesMonitorConfigFlow and BatteryDevicesMonitorOptionsFlow), causing 500 errors when users attempted to configure or modify the integration.
    • Renamed BatteryDevicesMonitorConfigFlowFlowHandler
    • Renamed BatteryDevicesMonitorOptionsFlowOptionsFlowHandler
    • Updated return type annotation in async_get_options_flow() to match Home Assistant conventions
    • The implementation now follows the standard pattern used by Home Assistant integrations like SonoffLAN