1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-18 19:22:22 +01:00
This commit is contained in:
J. Nick Koston
2025-07-06 13:37:41 -05:00
parent a1f63c0dfc
commit 023fa4d220
19 changed files with 70 additions and 74 deletions

View File

@@ -10,6 +10,7 @@ from esphome.components.esp32.const import (
VARIANT_ESP32S2,
VARIANT_ESP32S3,
)
from esphome.config_helpers import filter_source_files_from_platform
import esphome.config_validation as cv
from esphome.const import (
CONF_ANALOG,
@@ -19,7 +20,6 @@ from esphome.const import (
PlatformFramework,
)
from esphome.core import CORE
from esphome.helpers import filter_source_files_from_platform
CODEOWNERS = ["@esphome/core"]