From 76c28444e8dbb7f54b6b3c8b0670bc7d3648cbe6 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:01:14 +0200 Subject: [PATCH] Remove 'home-assistant-exception-message-with-translation' pylint exception from bsblan (#173394) --- homeassistant/components/bsblan/climate.py | 1 - 1 file changed, 1 deletion(-) 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",