1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 14:53:49 +01:00

remove camera isolation

This commit is contained in:
J. Nick Koston
2025-10-09 22:08:19 -10:00
parent 369b7f317e
commit 576a365733
9 changed files with 44 additions and 91 deletions

View File

@@ -71,10 +71,6 @@ BASE_BUS_COMPONENTS = {
# 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": "Auto-loads camera which causes source path conflicts, and 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",
"ethernet": "Defines ethernet: which conflicts with wifi: used by most components",
"ethernet_info": "Related to ethernet component which conflicts with wifi",