Răsfoiți Sursa

Import required constants.

These got lost in the merge - I thought they weren't used in this file, but they are.
Jason Rumney 6 ani în urmă
părinte
comite
e5fb318552
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      custom_components/tuya_local/device.py

+ 3 - 0
custom_components/tuya_local/device.py

@@ -15,7 +15,10 @@ from .const import (
     API_PROTOCOL_VERSIONS,
     CONF_TYPE_DEHUMIDIFIER,
     CONF_TYPE_FAN,
+    CONF_TYPE_GECO_HEATER,
+    CONF_TYPE_GPCV_HEATER,
     CONF_TYPE_HEATER,
+    CONF_TYPE_KOGAN_HEATER,
 )
 
 _LOGGER = logging.getLogger(__name__)