Compare commits
3 Commits
v2025.10.1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 76cecb268a | |||
| 69f3985d59 | |||
| 1a73150368 |
@@ -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."
|
|
||||||
...
|
|
||||||
@@ -112,7 +112,7 @@ esphome:
|
|||||||
external_components:
|
external_components:
|
||||||
- source:
|
- source:
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/edwardtfn/TX-Ultimate-Easy
|
url: https://git.andrejka.at/oneil1987/TX-Ultimate-Easy
|
||||||
ref: v${version}
|
ref: v${version}
|
||||||
refresh: 1h
|
refresh: 1h
|
||||||
components:
|
components:
|
||||||
|
|||||||
@@ -137,6 +137,9 @@ light:
|
|||||||
name: "Flicker"
|
name: "Flicker"
|
||||||
update_interval: 16ms
|
update_interval: 16ms
|
||||||
intensity: 5%
|
intensity: 5%
|
||||||
|
- addressable_nachtlicht:
|
||||||
|
name: "Nachtlicht"
|
||||||
|
intensity: 25%
|
||||||
- random:
|
- random:
|
||||||
name: "Random"
|
name: "Random"
|
||||||
segments:
|
segments:
|
||||||
|
|||||||
Reference in New Issue
Block a user