mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unsupported services from tuya vacuum (#95790)
This commit is contained in:
parent
27e4bca1b3
commit
5712d12c42
@ -153,14 +153,6 @@ class TuyaVacuumEntity(TuyaEntity, StateVacuumEntity):
|
||||
return None
|
||||
return TUYA_STATUS_TO_HA.get(status)
|
||||
|
||||
def turn_on(self, **kwargs: Any) -> None:
|
||||
"""Turn the device on."""
|
||||
self._send_command([{"code": DPCode.POWER, "value": True}])
|
||||
|
||||
def turn_off(self, **kwargs: Any) -> None:
|
||||
"""Turn the device off."""
|
||||
self._send_command([{"code": DPCode.POWER, "value": False}])
|
||||
|
||||
def start(self, **kwargs: Any) -> None:
|
||||
"""Start the device."""
|
||||
self._send_command([{"code": DPCode.POWER_GO, "value": True}])
|
||||
|
Loading…
x
Reference in New Issue
Block a user