1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-20 20:08:20 +00:00

Update __init__.py

Import CONF_TYPE from const.py
This commit is contained in:
Iron Man 2024-04-23 17:33:43 +02:00 committed by GitHub
parent 604325e5ab
commit 74cd8acc0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import esphome.codegen as cg
import esphome.config_validation as cv
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
MULTI_CONF = True