1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-09 15:20:17 -10:00
parent b3b3abb080
commit 2c8a6db2c5
2 changed files with 175 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ BASE_BUS_COMPONENTS = {
# These have known build issues that prevent grouping
# NOTE: This should be kept in sync with both test_build_components and split_components_for_ci.py
ISOLATED_COMPONENTS = {
"animation": "Has display lambda in common.yaml that requires existing display platform - breaks when merged without display",
"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",