mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
Lint
This commit is contained in:
parent
d1a7751dc9
commit
31d7656c07
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import esphomeyaml.config_validation as cv
|
|||
from esphomeyaml.components import sensor
|
||||
from esphomeyaml.const import CONF_ACCURACY, CONF_ADDRESS, CONF_HUMIDITY, CONF_MAKE_ID, CONF_NAME, \
|
||||
CONF_TEMPERATURE, CONF_UPDATE_INTERVAL
|
||||
from esphomeyaml.helpers import App, Application, add, variable
|
||||
from esphomeyaml.helpers import App, Application, variable
|
||||
|
||||
DEPENDENCIES = ['i2c']
|
||||
|
||||
|
|
Loading…
Reference in a new issue