diff --git a/custom_components/volvo_cars/config_flow.py b/custom_components/volvo_cars/config_flow.py index 13f4871..e7d7940 100644 --- a/custom_components/volvo_cars/config_flow.py +++ b/custom_components/volvo_cars/config_flow.py @@ -251,7 +251,7 @@ async def async_step_init( vehicle = self.config_entry.runtime_data.coordinator.vehicle # Check engine - if vehicle.has_combustion_engine() or True: + if vehicle.has_combustion_engine(): schema.update( { vol.Required(OPT_FUEL_CONSUMPTION_UNIT): SelectSelector(