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