mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Improve config final validation (#1917)
This commit is contained in:
@@ -8,7 +8,8 @@ from esphome.const import (
|
||||
)
|
||||
|
||||
# pylint: disable=unused-import
|
||||
from esphome.core import coroutine, ID, CORE, ConfigType
|
||||
from esphome.core import coroutine, ID, CORE
|
||||
from esphome.types import ConfigType
|
||||
from esphome.cpp_generator import RawExpression, add, get_variable
|
||||
from esphome.cpp_types import App, GPIOPin
|
||||
from esphome.util import Registry, RegistryEntry
|
||||
|
Reference in New Issue
Block a user