diff --git a/custom_components/deltadore_tydom/config_flow.py b/custom_components/deltadore_tydom/config_flow.py index 83bb697..5a1f29b 100644 --- a/custom_components/deltadore_tydom/config_flow.py +++ b/custom_components/deltadore_tydom/config_flow.py @@ -340,6 +340,7 @@ def async_get_options_flow( class OptionsFlowHandler(config_entries.OptionsFlow): """Option flow to configure zones at any time.""" + def __init__(self, config_entry: config_entries.ConfigEntry) -> None: """Initialize options flow.""" self.config_entry = config_entry