Jason Rumney 5 месяцев назад
Родитель
Сommit
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