This commit is contained in:
Otto Winter
2019-05-08 11:40:45 +02:00
parent 968ff4b619
commit 95428b4cfe
4 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.components import sensor
from esphome.const import CONF_ID, CONF_LAMBDA, CONF_NAME, CONF_SENSORS
from esphome.const import CONF_ID, CONF_LAMBDA, CONF_SENSORS
from .. import custom_ns
CustomSensorConstructor = custom_ns.class_('CustomSensorConstructor')