From eadfacf3753a33c449db07c15584c03cd0b0fa63 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 9 Oct 2025 07:29:52 -1000 Subject: [PATCH] fix --- script/split_components_for_ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/split_components_for_ci.py b/script/split_components_for_ci.py index 3c79d6fdad..12d08be4be 100755 --- a/script/split_components_for_ci.py +++ b/script/split_components_for_ci.py @@ -31,6 +31,7 @@ from script.analyze_component_buses import ( 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", + "esphome": "Defines devices/areas in esphome: section that are referenced in other sections - breaks when merged", }