Explorar el Código

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

Jason Rumney hace 1 mes
padre
commit
8285ed3bd1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      custom_components/tuya_local/infrared.py

+ 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