diff --git a/custom_components/powercalc/config_flow.py b/custom_components/powercalc/config_flow.py index 74322d66d..153ad920b 100644 --- a/custom_components/powercalc/config_flow.py +++ b/custom_components/powercalc/config_flow.py @@ -1627,7 +1627,6 @@ def _process_user_input( self.sensor_config[key] = user_input.get(key) elif key in self.sensor_config: self.sensor_config.pop(key) - return def build_basic_options_schema(self) -> vol.Schema: """Build the basic options schema. depending on the selected sensor type."""