mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 09:51:37 +02:00
Make copilot happy
This commit is contained in:
@@ -347,7 +347,7 @@ class SchemaConfigFlowHandler(ConfigFlow, ABC):
|
|||||||
if cls.options_flow is None:
|
if cls.options_flow is None:
|
||||||
raise UnknownHandler
|
raise UnknownHandler
|
||||||
|
|
||||||
if cls.options_flow_reloads is True:
|
if cls.options_flow_reloads:
|
||||||
return SchemaOptionsFlowHandlerWithReload(
|
return SchemaOptionsFlowHandlerWithReload(
|
||||||
config_entry,
|
config_entry,
|
||||||
cls.options_flow,
|
cls.options_flow,
|
||||||
|
Reference in New Issue
Block a user