From 904c2e5f91fb9d54a8556bc9facb755b4ba82718 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Wed, 27 Aug 2025 18:00:35 +0000 Subject: [PATCH] Make copilot happy --- homeassistant/helpers/schema_config_entry_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/schema_config_entry_flow.py b/homeassistant/helpers/schema_config_entry_flow.py index 2ad8a09b721..c524d25933a 100644 --- a/homeassistant/helpers/schema_config_entry_flow.py +++ b/homeassistant/helpers/schema_config_entry_flow.py @@ -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,