We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ef8a4 commit d6cc0f8Copy full SHA for d6cc0f8
homeassistant/components/tuya/climate.py
@@ -281,10 +281,6 @@ def __init__(
281
ClimateEntityFeature.TURN_OFF | ClimateEntityFeature.TURN_ON
282
)
283
284
- async def async_added_to_hass(self) -> None:
285
- """Call when entity is added to hass."""
286
- await super().async_added_to_hass()
287
-
288
def set_hvac_mode(self, hvac_mode: HVACMode) -> None:
289
"""Set new target hvac mode."""
290
commands = [{"code": DPCode.SWITCH, "value": hvac_mode != HVACMode.OFF}]
0 commit comments