diff --git a/.test/esphome_idf5_advanced.yaml b/.test/esphome_idf5_advanced.yaml index b702954..68e8150 100644 --- a/.test/esphome_idf5_advanced.yaml +++ b/.test/esphome_idf5_advanced.yaml @@ -8,4 +8,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Core package advanced_package: !include ../esphome/nspanel_esphome_advanced.yaml + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ... diff --git a/.test/esphome_idf5_basic.yaml b/.test/esphome_idf5_basic.yaml index 47a57c5..ada9acc 100644 --- a/.test/esphome_idf5_basic.yaml +++ b/.test/esphome_idf5_basic.yaml @@ -7,4 +7,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Basic package + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ... diff --git a/.test/esphome_idf5_bluetooth_proxy.yaml b/.test/esphome_idf5_bluetooth_proxy.yaml index 8367b63..545df9f 100644 --- a/.test/esphome_idf5_bluetooth_proxy.yaml +++ b/.test/esphome_idf5_bluetooth_proxy.yaml @@ -8,4 +8,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Core package addon_bluetooth_proxy: !include ../esphome/nspanel_esphome_addon_bluetooth_proxy.yaml + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ... diff --git a/.test/esphome_idf5_climate_cool.yaml b/.test/esphome_idf5_climate_cool.yaml index 6c89a8d..440379d 100644 --- a/.test/esphome_idf5_climate_cool.yaml +++ b/.test/esphome_idf5_climate_cool.yaml @@ -8,4 +8,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Core package addon_climate_cool: !include ../esphome/nspanel_esphome_addon_climate_cool.yaml + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ... diff --git a/.test/esphome_idf5_climate_dual.yaml b/.test/esphome_idf5_climate_dual.yaml index efde304..6dd7dfd 100644 --- a/.test/esphome_idf5_climate_dual.yaml +++ b/.test/esphome_idf5_climate_dual.yaml @@ -8,4 +8,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Core package addon_climate_dual: !include ../esphome/nspanel_esphome_addon_climate_dual.yaml + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ... diff --git a/.test/esphome_idf5_climate_heat.yaml b/.test/esphome_idf5_climate_heat.yaml index 29c25b2..1d3e3a0 100644 --- a/.test/esphome_idf5_climate_heat.yaml +++ b/.test/esphome_idf5_climate_heat.yaml @@ -8,4 +8,10 @@ substitutions: packages: basic_package: !include ../nspanel_esphome.yaml # Core package addon_climate_heat: !include ../esphome/nspanel_esphome_addon_climate_heat.yaml + +esp32: + framework: + type: esp-idf + version: 5.0.2 + platform_version: 6.3.2 ...