Browse Source

Import required constants.

These got lost in the merge - I thought they weren't used in this file, but they are.
Jason Rumney 5 years ago
parent
commit
e5fb318552
1 changed files with 3 additions and 0 deletions
  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,
     API_PROTOCOL_VERSIONS,
     CONF_TYPE_DEHUMIDIFIER,
     CONF_TYPE_DEHUMIDIFIER,
     CONF_TYPE_FAN,
     CONF_TYPE_FAN,
+    CONF_TYPE_GECO_HEATER,
+    CONF_TYPE_GPCV_HEATER,
     CONF_TYPE_HEATER,
     CONF_TYPE_HEATER,
+    CONF_TYPE_KOGAN_HEATER,
 )
 )
 
 
 _LOGGER = logging.getLogger(__name__)
 _LOGGER = logging.getLogger(__name__)