mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
parent
00954dfc1f
commit
fd87748b99
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user