diff --git a/mcu-nspanel-bedroom.yaml b/mcu-nspanel-bedroom.yaml index f89c697..4284b72 100644 --- a/mcu-nspanel-bedroom.yaml +++ b/mcu-nspanel-bedroom.yaml @@ -26,6 +26,8 @@ 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-dev.yaml b/mcu-nspanel-dev.yaml index 2f0dc3d..937ee0c 100644 --- a/mcu-nspanel-dev.yaml +++ b/mcu-nspanel-dev.yaml @@ -36,6 +36,8 @@ 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 0f446ea..ff12841 100644 --- a/mcu-nspanel-fireplace.yaml +++ b/mcu-nspanel-fireplace.yaml @@ -24,6 +24,8 @@ 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 2f1c587..b1e9a0f 100644 --- a/mcu-nspanel-office-j.yaml +++ b/mcu-nspanel-office-j.yaml @@ -25,6 +25,8 @@ 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 113d982..e54ac37 100644 --- a/mcu-nspanel-office-r.yaml +++ b/mcu-nspanel-office-r.yaml @@ -26,6 +26,8 @@ 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 cb4cf6d..1fa9c9d 100644 --- a/mcu-nspanel-patio.yaml +++ b/mcu-nspanel-patio.yaml @@ -24,6 +24,8 @@ esp32: type: esp-idf advanced: minimum_chip_revision: "3.0" + include_builtin_idf_components: + - esp_http_client external_components: - source: @@ -31,7 +33,6 @@ external_components: url: https://github.com/sairon/esphome-nspanel-lovelace-ui ref: dev components: [nspanel_lovelace] - - source: components packages: common: !include common/common.yaml