Skip to content

Commit

Permalink
Adaptative logo
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 27, 2024
1 parent 4b1aed3 commit ba69b43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file added Assets/Logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Logo_dark.webp
Binary file not shown.
Binary file added Assets/Logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Buy me an ice-cream][buymeacoffee-shield]](https://www.buymeacoffee.com/edwardfirmo)

<!-- markdownlint-disable MD013 -->
| &nbsp;![TX Ultimate Easy Logo](Assets/Logo.webp) | 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. |
| &nbsp;<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. |

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:9 MD033/no-inline-html Inline HTML [Element: picture] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:18 MD033/no-inline-html Inline HTML [Element: source] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:93 MD033/no-inline-html Inline HTML [Element: source] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:170 MD033/no-inline-html Inline HTML [Element: img] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:9 MD033/no-inline-html Inline HTML [Element: picture] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:18 MD033/no-inline-html Inline HTML [Element: source] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:93 MD033/no-inline-html Inline HTML [Element: source] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md

Check failure on line 12 in README.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Inline HTML

README.md:12:170 MD033/no-inline-html Inline HTML [Element: img] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md
| --- | :-- |
<!-- markdownlint-enable MD013 -->

Expand Down Expand Up @@ -167,5 +167,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 -->

0 comments on commit ba69b43

Please sign in to comment.