4
0
Эх сурвалжийг харах

fix (infrared): import asyncio to use it for sleep

Jason Rumney 1 сар өмнө
parent
commit
8285ed3bd1

+ 1 - 0
custom_components/tuya_local/infrared.py

@@ -2,6 +2,7 @@
 Implementation of Tuya infrared control devices
 """
 
+import asyncio
 import logging
 
 from homeassistant.components.infrared import InfraredCommand, InfraredEntity