Parcourir la source

Import required constants.

These got lost in the merge - I thought they weren't used in this file, but they are.
Jason Rumney il y a 5 ans
Parent
commit
e5fb318552
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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__)