Explorar o código

Import required constants.

These got lost in the merge - I thought they weren't used in this file, but they are.
Jason Rumney %!s(int64=6) %!d(string=hai) anos
pai
achega
e5fb318552
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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__)