1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-09-11 19:26:18 -05:00
parent 854a415805
commit 8925966119

View File

@@ -6,9 +6,6 @@ import os
import re
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from esphome.address_cache import AddressCache
from esphome.const import (
CONF_COMMENT,
CONF_ESPHOME,
@@ -42,6 +39,8 @@ from esphome.helpers import ensure_unique_string, get_str_env, is_ha_addon
from esphome.util import OrderedDict
if TYPE_CHECKING:
from esphome.address_cache import AddressCache
from ..cpp_generator import MockObj, MockObjClass, Statement
from ..types import ConfigType, EntityMetadata