From fd87748b99733c2a3ff6f8f4fc835f53bcc1f2ef Mon Sep 17 00:00:00 2001 From: StefanIacobLivisi <109964424+StefanIacobLivisi@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:20:10 +0200 Subject: [PATCH] LIVISI climate device improvement (#88844) Code review follow-up --- homeassistant/components/livisi/climate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/livisi/climate.py b/homeassistant/components/livisi/climate.py index d0bdbe64bf7..58589b62e3c 100644 --- a/homeassistant/components/livisi/climate.py +++ b/homeassistant/components/livisi/climate.py @@ -139,9 +139,6 @@ class LivisiClimate(CoordinatorEntity[LivisiDataUpdateCoordinator], ClimateEntit def set_hvac_mode(self, hvac_mode: HVACMode) -> None: """Do nothing as LIVISI devices do not support changing the hvac mode.""" - raise HomeAssistantError( - "This feature is not supported with the LIVISI climate devices" - ) async def async_added_to_hass(self) -> None: """Register callbacks."""