From 1badaaf23255f4ce9d7c84758926f152cb49fa30 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Thu, 26 Feb 2026 19:16:29 +0100 Subject: [PATCH] NSPanels no longer need an explicit esp_http_client - fixed in the ext component --- mcu-nspanel-bedroom.yaml | 2 -- mcu-nspanel-fireplace.yaml | 2 -- mcu-nspanel-office-j.yaml | 2 -- mcu-nspanel-office-r.yaml | 2 -- mcu-nspanel-patio.yaml | 2 -- 5 files changed, 10 deletions(-) diff --git a/mcu-nspanel-bedroom.yaml b/mcu-nspanel-bedroom.yaml index 9c01476..038b0db 100644 --- a/mcu-nspanel-bedroom.yaml +++ b/mcu-nspanel-bedroom.yaml @@ -27,8 +27,6 @@ esp32: type: esp-idf advanced: minimum_chip_revision: "3.0" - include_builtin_idf_components: - - esp_http_client external_components: - source: diff --git a/mcu-nspanel-fireplace.yaml b/mcu-nspanel-fireplace.yaml index e67bfdd..2138651 100644 --- a/mcu-nspanel-fireplace.yaml +++ b/mcu-nspanel-fireplace.yaml @@ -25,8 +25,6 @@ esp32: type: esp-idf advanced: minimum_chip_revision: "3.0" - include_builtin_idf_components: - - esp_http_client external_components: - source: diff --git a/mcu-nspanel-office-j.yaml b/mcu-nspanel-office-j.yaml index d0bf606..952dc7a 100644 --- a/mcu-nspanel-office-j.yaml +++ b/mcu-nspanel-office-j.yaml @@ -26,8 +26,6 @@ esp32: type: esp-idf advanced: minimum_chip_revision: "3.0" - include_builtin_idf_components: - - esp_http_client external_components: - source: diff --git a/mcu-nspanel-office-r.yaml b/mcu-nspanel-office-r.yaml index c401c0f..3ee0584 100644 --- a/mcu-nspanel-office-r.yaml +++ b/mcu-nspanel-office-r.yaml @@ -27,8 +27,6 @@ esp32: advanced: enable_lwip_mdns_queries: true minimum_chip_revision: "3.0" - include_builtin_idf_components: - - esp_http_client external_components: - source: diff --git a/mcu-nspanel-patio.yaml b/mcu-nspanel-patio.yaml index 377a69e..5b100a2 100644 --- a/mcu-nspanel-patio.yaml +++ b/mcu-nspanel-patio.yaml @@ -25,8 +25,6 @@ esp32: type: esp-idf advanced: minimum_chip_revision: "3.0" - include_builtin_idf_components: - - esp_http_client external_components: - source: