From e0415c35cdf36cd5966c2ededd228e88ebabf89c Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:10:22 +0100 Subject: [PATCH] Remove `bluetooth_proxy` from customizations It will exceed memory --- .test/esphome_advanced_climate_heat_customizations.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.test/esphome_advanced_climate_heat_customizations.yaml b/.test/esphome_advanced_climate_heat_customizations.yaml index 2d94bb0..2588ac8 100644 --- a/.test/esphome_advanced_climate_heat_customizations.yaml +++ b/.test/esphome_advanced_climate_heat_customizations.yaml @@ -28,9 +28,6 @@ binary_sensor: lambda: |- return (current_page->state != "screensaver"); -# Enable Bluetooth proxy -bluetooth_proxy: - button: # Adds a button to put the panel to sleep - name: ${device_name} Sleep @@ -238,6 +235,4 @@ wifi: - ssid: !secret wifi_ssid_backup password: !secret wifi_password_backup priority: 0 - # Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32 - power_save_mode: LIGHT ...