diff --git a/custom_components/ramses_cc/config_flow.py b/custom_components/ramses_cc/config_flow.py index 3420b777..1f1574fc 100644 --- a/custom_components/ramses_cc/config_flow.py +++ b/custom_components/ramses_cc/config_flow.py @@ -273,7 +273,6 @@ async def async_step_configure_serial_port( """Ramses configure serial port step.""" errors: dict[str, str] = {} description_placeholders: dict[str, str] = {} - self.get_options() # not available during init if user_input is not None: suggested_values = deepcopy(dict(user_input))