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