1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

tweak comments

This commit is contained in:
J. Nick Koston
2026-01-31 01:45:01 -06:00
parent 385750d8c3
commit a5253d45b0

View File

@@ -146,7 +146,7 @@ DEFAULT_EXCLUDED_IDF_COMPONENTS = (
"perfmon", # Xtensa performance monitor - ESPHome has its own debug component
"protocomm", # Protocol communication for provisioning - unused by ESPHome
"spiffs", # SPIFFS filesystem - ESPHome doesn't use filesystem storage (IDF only)
"ulp", # ULP coprocessor - only needed by deep_sleep with ULP wakeup
"ulp", # ULP coprocessor - not currently used by any ESPHome component
"unity", # Unit testing framework - ESPHome doesn't use IDF's testing
"wear_levelling", # Flash wear levelling for fatfs - unused since fatfs unused
"wifi_provisioning", # WiFi provisioning - ESPHome uses its own improv implementation