[core] Move platformio files to subfolder (#16347)

This commit is contained in:
Jonathan Swoboda
2026-05-11 05:34:47 -04:00
committed by GitHub
parent 267836d098
commit e4d9786f00
20 changed files with 134 additions and 131 deletions

View File

@@ -23,7 +23,7 @@ from esphome.config import validate_config
from esphome.const import CONF_PLATFORM
from esphome.core import CORE
from esphome.loader import get_component, get_platform
from esphome.platformio_api import get_idedata
from esphome.platformio.toolchain import get_idedata
from tests.testing_helpers import ComponentManifestOverride, set_testing_manifest
# This must coincide with the version in /platformio.ini

View File

@@ -26,7 +26,7 @@ sys.path.insert(0, str(Path(__file__).parent.parent))
# pylint: disable=wrong-import-position
from esphome.analyze_memory import MemoryAnalyzer
from esphome.platformio_api import IDEData
from esphome.platformio.toolchain import IDEData
from script.ci_helpers import write_github_output
# Regex patterns for extracting memory usage from PlatformIO output