diff --git a/custom_components/apex/config_flow.py b/custom_components/apex/config_flow.py index fea7b0f..1af9ae7 100644 --- a/custom_components/apex/config_flow.py +++ b/custom_components/apex/config_flow.py @@ -84,7 +84,6 @@ def async_get_options_flow(config_entry): class OptionsFlow(config_entries.OptionsFlow): def __init__(self, config_entry: config_entries.ConfigEntry): """Initialize options flow.""" - self.config_entry = config_entry async def async_step_init(self, user_input=None): if user_input is not None: