#################################################################################################### ##### TX Ultimate Easy for ESPHome ##### ##### Repository: https://github.com/edwardtfn/TX-Ultimate-Easy ##### #################################################################################################### ##### Author: edwardtfn - https://github.com/edwardtfn - https://buymeacoffee.com/edwardfirmo ##### #################################################################################################### ##### WARNING: This is an advanced configuration template. Use with caution as improper ##### ##### configuration may lead to reduced functionality or system instability. ##### #################################################################################################### --- substitutions: name: tx-ultimate-easy-adv friendly_name: TX Ultimate Easy Advanced device_format: EU # REQUIRED: 'EU' or 'US' (case-sensitive, uppercase only) gang_count: 1 # REQUIRED: Number of relays/buttons (1, 2, 3, or 4) wifi: ssid: !secret wifi_ssid password: !secret wifi_password packages: remote_package: url: https://github.com/edwardtfn/TX-Ultimate-Easy ref: stable # Or you can specify a version, like `ref: v2024.12.6` or `ref: latest` to the latest non-stable refresh: 5min files: # Core (essential) packages - Do not disable these unless you know what you're doing - ESPHome/TX-Ultimate-Easy-ESPHome_common.yaml # Basic shared settings - ESPHome/TX-Ultimate-Easy-ESPHome_hw_buttons.yaml # Button logic - ESPHome/TX-Ultimate-Easy-ESPHome_hw_leds.yaml # LED configuration - ESPHome/TX-Ultimate-Easy-ESPHome_hw_leds_individual.yaml # LED configuration - ESPHome/TX-Ultimate-Easy-ESPHome_hw_touch.yaml # Touch panel support # Optional functionality - Can be enabled/disabled as needed - ESPHome/TX-Ultimate-Easy-ESPHome_hw_relays.yaml # Relay control - ESPHome/TX-Ultimate-Easy-ESPHome_hw_vibration.yaml # Haptic feedback # Audio options (use none or choose only one - using both will fail) - ESPHome/TX-Ultimate-Easy-ESPHome_media_player.yaml # Media player (Recommended for most users) # - ESPHome/TX-Ultimate-Easy-ESPHome_hw_speaker.yaml # Basic speaker ...