diff --git a/custom_components/foldingathomecontrol/config_flow.py b/custom_components/foldingathomecontrol/config_flow.py index 044b245..d09ec95 100644 --- a/custom_components/foldingathomecontrol/config_flow.py +++ b/custom_components/foldingathomecontrol/config_flow.py @@ -82,7 +82,7 @@ class FoldingAtHomeControlOptionsFlowHandler(config_entries.OptionsFlow): def __init__(self, config_entry) -> None: """Initialize FoldingAtHomeControl options flow.""" - self.config_entry = config_entry + #self.config_entry = config_entry async def async_step_init(self, user_input=None) -> config_entries.ConfigFlowResult: """Manage the FoldingAtHomeControl options."""