Remove non-essential packages

This commit is contained in:
Edward Firmo
2025-01-04 23:54:35 +01:00
parent 39cf0f2b10
commit 95291c0381
2 changed files with 11 additions and 22 deletions

View File

@@ -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:
...

View File

@@ -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