mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
parent
00954dfc1f
commit
fd87748b99
@ -139,9 +139,6 @@ class LivisiClimate(CoordinatorEntity[LivisiDataUpdateCoordinator], ClimateEntit
|
|||||||
|
|
||||||
def set_hvac_mode(self, hvac_mode: HVACMode) -> None:
|
def set_hvac_mode(self, hvac_mode: HVACMode) -> None:
|
||||||
"""Do nothing as LIVISI devices do not support changing the hvac mode."""
|
"""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:
|
async def async_added_to_hass(self) -> None:
|
||||||
"""Register callbacks."""
|
"""Register callbacks."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user