From 95291c0381a7186fbd4c2a1ff987b9ce49967811 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 4 Jan 2025 23:54:35 +0100 Subject: [PATCH] Remove non-essential packages --- .../TX-Ultimate-Easy-ESPHome_standard.yaml | 22 ------------------- README.md | 11 ++++++++++ 2 files changed, 11 insertions(+), 22 deletions(-) diff --git a/ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml b/ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml index bb044d2..75a6212 100644 --- a/ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml +++ b/ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml @@ -24,9 +24,6 @@ button: internal: false platform: restart -captive_portal: - id: ap_captive_portal - esphome: platformio_options: build_flags: @@ -50,23 +47,4 @@ script: - lambda: |- // Version information ESP_LOGCONFIG("standard", "ESPHome builder: %s", esphome_fw_version->state.c_str()); - -improv_serial: - id: serial_improv - -text_sensor: - - id: esphome_fw_version - name: ESPHome Version - platform: version - entity_category: diagnostic - internal: false - -time: - - id: time_source - platform: homeassistant - -web_server: - -wifi: - ap: ... diff --git a/README.md b/README.md index 18b9bdc..9af9bf3 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,17 @@ Follow these steps to get your TX Ultimate device up and running with ESPHome. - [Click here](https://github.com/edwardtfn/TX-Ultimate-Easy/tags) for a full list of versions available. - [Click here](https://github.com/edwardtfn/TX-Ultimate-Easy/blob/main/TX-Ultimate-Easy-ESPHome.yaml) for the latest version of this yaml. + + > [!IMPORTANT] + > Starting from version 2025.1.0, non-essential components like `web_server`, `captive_portal`, and `wifi` are no longer included in the core package. If you need these components, you must add them manually to your local configuration file. For example: + > ```yaml + > # Add these to your configuration if needed + > web_server: + > captive_portal: + > wifi: + > ap: # Access point configuration + > ``` + 5. Click "Save" and then "Install" ### Device Flashing