From 76cecb268ac2435207af0f7ce0cc789d65fea912 Mon Sep 17 00:00:00 2001 From: oneil1987 Date: Thu, 16 Oct 2025 19:15:05 +0000 Subject: [PATCH] =?UTF-8?q?ESPHome/TX-Ultimate-Easy-ESPHome=5Faddon=5Fble?= =?UTF-8?q?=5Fproxy.yaml=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...Ultimate-Easy-ESPHome_addon_ble_proxy.yaml | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml deleted file mode 100644 index f04c587..0000000 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml +++ /dev/null @@ -1,23 +0,0 @@ -#################################################################################################### -##### TX Ultimate Easy for ESPHome ##### -##### Repository: https://github.com/edwardtfn/TX-Ultimate-Easy ##### -#################################################################################################### -##### Purpose: ESPHome Core - Add-on - BLE Proxy (REMOVED) ##### -#################################################################################################### -##### Author: edwardtfn - https://github.com/edwardtfn - https://buymeacoffee.com/edwardfirmo ##### -#################################################################################################### -##### REMOVAL NOTICE: ##### -##### This package has been removed. Please update your configuration. ##### -##### Add BLE proxy functionality directly in your YAML configuration instead: ##### -##### bluetooth_proxy: ##### -#################################################################################################### ---- -# Trigger the error at compile time -script: - - id: force_compilation_error - then: - - lambda: |- - #error "The package TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml has been removed." \ - "Please remove this package from your configuration and add" \ - "'bluetooth_proxy:' directly to your YAML instead." -...