localtuya
localtuya copied to clipboard
Neatsvor X600 not pro needs Modification
Hello,
i have managed to get the Neatsvor X600 (not the pro) working with this extension. all i needed to do is to edit the file vacuum.py in line 171 and change that line to
await self._device.set_dp('smart', self._config[CONF_MODE_DP])
this caused by the api not having a POWERGO_DP and the vacuum is started by setting the mode to smart or any other mode supported.
The Rest of the config is here (vacuum entity):