diff --git a/.test/esphome_advanced_climate_dual_esp_idf5.yaml b/.test/esphome_advanced_climate_dual_esp_idf5.yaml index 3502aa0..b63fd58 100644 --- a/.test/esphome_advanced_climate_dual_esp_idf5.yaml +++ b/.test/esphome_advanced_climate_dual_esp_idf5.yaml @@ -19,6 +19,10 @@ esp32: platform_version: 6.3.2 bluetooth_proxy: + id: ble_proxy + +esp32_ble_tracker: + id: ble_tracker # Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32 wifi: diff --git a/.test/esphome_climate_cool_bluetooth_proxy.yaml b/.test/esphome_climate_cool_bluetooth_proxy.yaml index 69510b1..dbb80a3 100644 --- a/.test/esphome_climate_cool_bluetooth_proxy.yaml +++ b/.test/esphome_climate_cool_bluetooth_proxy.yaml @@ -13,4 +13,13 @@ packages: # addon_climate_dual: !include ../esphome/nspanel_esphome_addon_climate_dual. bluetooth_proxy: + id: ble_proxy + +esp32_ble_tracker: + id: ble_tracker + +# Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32 +wifi: + power_save_mode: LIGHT + ...