Jason Rumney пре 7 месеци
родитељ
комит
5c6e67ec9a
1 измењених фајлова са 1 додато и 1 уклоњено
  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