mirror of
https://github.com/esphome/esphome.git
synced 2025-02-21 20:38:16 +00:00
Update __init__.py
Import CONF_TYPE from const.py
This commit is contained in:
parent
604325e5ab
commit
74cd8acc0d
@ -1,7 +1,7 @@
|
|||||||
import esphome.codegen as cg
|
import esphome.codegen as cg
|
||||||
import esphome.config_validation as cv
|
import esphome.config_validation as cv
|
||||||
from esphome import pins
|
from esphome import pins
|
||||||
from esphome.const import CONF_ID, CONF_SLEEP_PIN
|
from esphome.const import CONF_ID, CONF_SLEEP_PIN, CONF_TYPE
|
||||||
from esphome.components import i2c, sensor
|
from esphome.components import i2c, sensor
|
||||||
|
|
||||||
MULTI_CONF = True
|
MULTI_CONF = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user