25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
####################################################################################################
|
|
##### TX Ultimate Easy for ESPHome #####
|
|
##### Repository: https://github.com/edwardtfn/TX-Ultimate-Easy #####
|
|
####################################################################################################
|
|
##### Author: edwardtfn - https://github.com/edwardtfn - https://buymeacoffee.com/edwardfirmo #####
|
|
####################################################################################################
|
|
---
|
|
substitutions:
|
|
name: tx-ultimate-easy
|
|
friendly_name: TX Ultimate Easy
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
|
|
packages:
|
|
remote_package:
|
|
url: https://github.com/edwardtfn/TX-Ultimate-Easy
|
|
ref: latest # Or you can specify a version, like `ref: v2024.12.6`
|
|
refresh: 5min
|
|
files:
|
|
- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
|
|
# - ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml # Adds experimental BLE proxy support (limited)
|
|
...
|