Make copilot happy

This commit is contained in:
G Johansson
2025-08-27 18:00:35 +00:00
parent f3e2f99c8f
commit 904c2e5f91

View File

@@ -347,7 +347,7 @@ class SchemaConfigFlowHandler(ConfigFlow, ABC):
if cls.options_flow is None:
raise UnknownHandler
if cls.options_flow_reloads is True:
if cls.options_flow_reloads:
return SchemaOptionsFlowHandlerWithReload(
config_entry,
cls.options_flow,