1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 23:03:46 +01:00
This commit is contained in:
J. Nick Koston
2025-10-09 07:27:51 -10:00
parent 5c1bc2d8d1
commit e98e95d778
2 changed files with 50 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ from script.merge_component_configs import merge_component_configs
# These have known build issues that prevent grouping
ISOLATED_COMPONENTS = {
"camera_encoder": "Multiple definition errors: esp32-camera IDF component conflicts with ESPHome camera component (buffer_impl.cpp symbols defined in both src/camera/ and src/esphome/components/camera/)",
"camera": "Uses relative include paths that break when merged with other components",
}