1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 14:53:49 +01:00
This commit is contained in:
J. Nick Koston
2025-10-09 07:29:44 -10:00
parent e98e95d778
commit 611204b9a2
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ from script.analyze_component_buses import (
# NOTE: This should be kept in sync with ISOLATED_COMPONENTS in test_build_components # NOTE: This should be kept in sync with ISOLATED_COMPONENTS in test_build_components
ISOLATED_COMPONENTS = { ISOLATED_COMPONENTS = {
"camera_encoder": "Multiple definition errors: esp32-camera IDF component conflicts with ESPHome camera component", "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",
} }

View File

@@ -39,6 +39,7 @@ from script.merge_component_configs import merge_component_configs
ISOLATED_COMPONENTS = { 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_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", "camera": "Uses relative include paths that break when merged with other components",
"esphome": "Defines devices/areas in esphome: section that are referenced in other sections - breaks when merged",
} }