Jason Rumney 5 mesiacov pred
rodič
commit
5c6e67ec9a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      custom_components/tuya_local/device.py

+ 1 - 1
custom_components/tuya_local/device.py

@@ -287,7 +287,7 @@ class TuyaLocalDevice(object):
                 )
                 raise e
 
-      async def async_receive(self):
+    async def async_receive(self):
         """Receive messages from a persistent connection asynchronously."""
         # If we didn't yet get any state from the device, we may need to
         # negotiate the protocol before making the connection persistent