You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.