diff --git a/homeassistant/components/bsblan/climate.py b/homeassistant/components/bsblan/climate.py index ef068268a81c..2955be4268b6 100644 --- a/homeassistant/components/bsblan/climate.py +++ b/homeassistant/components/bsblan/climate.py @@ -183,7 +183,6 @@ class BSBLANClimate(BSBLanCircuitEntity, ClimateEntity): try: await self.coordinator.client.thermostat(**data, circuit=self._circuit) except BSBLANError as err: - # pylint: disable-next=home-assistant-exception-message-with-translation raise HomeAssistantError( translation_domain=DOMAIN, translation_key="set_data_error",