From b1dbda4efe5279fec7a5f6cfe8776953ff8d6ecc Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Fri, 20 Dec 2024 02:31:12 +0100 Subject: [PATCH] Remove references to Blueprint in the README Solves #30 --- ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml | 2 +- README.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml index 0c164c0..7e65564 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml @@ -70,7 +70,7 @@ improv_serial: id: serial_improv logger: - level: INFO + level: DEBUG ota: platform: esphome diff --git a/README.md b/README.md index 64ef6f6..9378089 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TX Ultimate Easy -|  ![TX Ultimate Easy Logo](Assets/Logo.webp) | Welcome to TX Ultimate Easy! This project aims to provide custom firmware for Sonoff TX Ultimate devices based on ESPHome, making it easy for even the least tech-savvy users to configure and use. Our goal is to have all the configurations manageable directly through the Home Assistant UI or via blueprints, eliminating the need to edit YAML files manually. | +|  ![TX Ultimate Easy Logo](Assets/Logo.webp) | Welcome to TX Ultimate Easy! This project aims to provide custom firmware for Sonoff TX Ultimate devices based on ESPHome, making it easy for even the least tech-savvy users to configure and use. Our goal is to have all the configurations manageable directly through the Home Assistant UI, eliminating the need to edit YAML files manually. | | --- | :-- | ## Features @@ -27,9 +27,6 @@ To be written. - **Via Home Assistant UI:** All device settings can be managed through the Home Assistant interface. No need to edit YAML files directly. -- **Using Blueprints:** - Import and use blueprints to quickly configure your device for common use cases. - ## Documentation To be written.