mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 01:42:21 +02:00
Make copilot happy
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user