1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-16 14:55:50 +00:00

Use relative include, add check

This commit is contained in:
Otto Winter
2019-05-27 13:06:45 +02:00
parent dac624231f
commit 72a80f559a
19 changed files with 65 additions and 32 deletions

View File

@@ -1,10 +1,9 @@
import esphome.codegen as cg
import esphome.config_validation as cv
from esphome.components import sensor, voltage_sampler
from esphome.components.ads1115 import ADS1115Component
from esphome.const import CONF_GAIN, CONF_MULTIPLEXER, ICON_FLASH, UNIT_VOLT, CONF_ID
from esphome.py_compat import string_types
from . import ads1115_ns
from . import ads1115_ns, ADS1115Component
DEPENDENCIES = ['ads1115']