Browse Source

Fix issue in last commit

Jason Rumney 1 year ago
parent
commit
3c82f07312
1 changed files with 0 additions and 1 deletions
  1. 0 1
      custom_components/tuya_local/device.py

+ 0 - 1
custom_components/tuya_local/device.py

@@ -691,7 +691,6 @@ class TuyaLocalDevice(object):
             self._api.set_version,
             self._api.set_version,
             new_version,
             new_version,
         )
         )
-        self._api.
         if self._api.parent:
         if self._api.parent:
             await self._hass.async_add_executor_job(
             await self._hass.async_add_executor_job(
                 self._api.parent.set_version,
                 self._api.parent.set_version,