Compare commits
12 Commits
v2024.12.2
...
v2025.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59f667e7d | ||
|
|
ff3bf05ed1 | ||
|
|
48ddfbf8b0 | ||
|
|
2e43160acb | ||
|
|
8656d0c4ca | ||
|
|
133d571874 | ||
|
|
1489bc5237 | ||
|
|
11b21de8a9 | ||
|
|
e8346e4436 | ||
|
|
e3abc6c6d5 | ||
|
|
3e847bbd4a | ||
|
|
ba69b43688 |
BIN
Assets/Logo_dark.png
Normal file
BIN
Assets/Logo_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
BIN
Assets/Logo_dark.webp
Normal file
BIN
Assets/Logo_dark.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 261 KiB |
BIN
Assets/Logo_light.png
Normal file
BIN
Assets/Logo_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -318,7 +318,7 @@ script:
|
||||
# - HW Vibration
|
||||
- binary_sensor.template.publish:
|
||||
id: bs_multi_touch
|
||||
state: OFF # yamllint disable-line rule:truthy
|
||||
state: ON # yamllint disable-line rule:truthy
|
||||
|
||||
- id: touch_on_press
|
||||
mode: restart
|
||||
|
||||
14
README.md
14
README.md
@@ -8,10 +8,10 @@
|
||||
[![Discord][discord-shield]](https://discord.gg/Db6WJWzWuf)
|
||||
[![Buy me an ice-cream][buymeacoffee-shield]](https://www.buymeacoffee.com/edwardfirmo)
|
||||
|
||||
<!-- markdownlint-disable MD013 -->
|
||||
|  | TX Ultimate Easy provides custom ESPHome firmware for Sonoff TX Ultimate devices. Our project focuses on user-friendly configuration through the Home Assistant UI, eliminating the need for manual YAML editing. Whether you're new to home automation or an experienced user, TX Ultimate Easy makes it simple to manage your device. |
|
||||
<!-- markdownlint-disable MD013 MD033 -->
|
||||
| <picture><source media="(prefers-color-scheme: dark)" srcset="Assets/Logo_dark.png"><source media="(prefers-color-scheme: light)" srcset="Assets/Logo_light.png"><img alt="TX Ultimate Easy Logo" src="Assets/Logo_light.png"></picture> | TX Ultimate Easy provides custom ESPHome firmware for Sonoff TX Ultimate devices. Our project focuses on user-friendly configuration through the Home Assistant UI, eliminating the need for manual YAML editing. Whether you're new to home automation or an experienced user, TX Ultimate Easy makes it simple to manage your device. |
|
||||
| --- | :-- |
|
||||
<!-- markdownlint-enable MD013 -->
|
||||
<!-- markdownlint-enable MD013 MD033 -->
|
||||
|
||||
[version-shield]: https://img.shields.io/github/v/tag/edwardtfn/TX-Ultimate-Easy?label=version
|
||||
[version]: https://github.com/edwardtfn/TX-Ultimate-Easy/tags
|
||||
@@ -119,7 +119,7 @@ Follow these steps to get your TX Ultimate device up and running with ESPHome.
|
||||
url: https://github.com/edwardtfn/TX-Ultimate-Easy
|
||||
ref: main # For latest stable release
|
||||
files:
|
||||
- ESPHome/TX-Ultimate-Easy-ESPHome.yaml
|
||||
- TX-Ultimate-Easy-ESPHome.yaml
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
@@ -314,5 +314,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
||||
---
|
||||
|
||||
<!-- markdownlint-disable MD033 -->
|
||||
<img src="Assets/Logo.webp" alt="TX Ultimate Easy Logo" width="100"/>
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="Assets/Logo_dark.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="Assets/Logo_light.png">
|
||||
<img alt="TX Ultimate Easy Logo" src="Assets/Logo_light.png" width="100">
|
||||
</picture>
|
||||
<!-- markdownlint-enable MD033 -->
|
||||
|
||||
@@ -1 +1 @@
|
||||
2024.12.25
|
||||
2025.1.1
|
||||
|
||||
@@ -1 +1 @@
|
||||
version: 2024.12.25
|
||||
version: 2025.1.1
|
||||
|
||||
Reference in New Issue
Block a user