Remove bluetooth_proxy from customizations

It will exceed memory
This commit is contained in:
Edward Firmo
2024-03-19 14:10:22 +01:00
parent 7fda931f67
commit e0415c35cd

View File

@@ -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
...