[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