From 1a926db9667335ee08f193c5229438fae54be7cc Mon Sep 17 00:00:00 2001 From: Thomas D <11554546+thomasddn@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:31:30 +0000 Subject: [PATCH] Remove debug statement --- custom_components/volvo_cars/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(