1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 22:33:49 +01:00

merge a few more

This commit is contained in:
J. Nick Koston
2025-10-09 10:23:26 -10:00
parent 9a4172ecc4
commit 9353c6aac9
152 changed files with 159 additions and 0 deletions

View File

@@ -46,7 +46,12 @@ COMMON_BUS_PATH = Path("tests/test_build_components/common")
ISOLATED_COMPONENTS = {
"camera_encoder": "Multiple definition errors: esp32-camera IDF component conflicts with ESPHome camera component",
"camera": "Uses relative include paths that break when merged with other components",
"esp32_camera": "Leaks config into other components",
"esp32_camera_web_server": "Leaks config into other components",
"esphome": "Defines devices/areas in esphome: section that are referenced in other sections - breaks when merged",
"matrix_keypad": "Needs isolation due to keypad",
"mcp4725": "no YAML config to specify i2c bus id",
"mcp47a1": "no YAML config to specify i2c bus id",
}