|
| 1 | +ESPHome 2024.10.0 - 16th October 2024 |
| 2 | +===================================== |
| 3 | + |
| 4 | +.. seo:: |
| 5 | + :description: Changelog for ESPHome 2024.10.0. |
| 6 | + :image: /_static/changelog-2024.10.0.png |
| 7 | + :author: Jesse Hills |
| 8 | + :author_twitter: @jesserockz |
| 9 | + |
| 10 | +.. imgtable:: |
| 11 | + :columns: 3 |
| 12 | + |
| 13 | + Audio DAC Core, components/audio_dac/index, audio_dac.svg |
| 14 | + AIC3204, components/audio_dac/aic3204, aic3204.svg |
| 15 | + GP2Y1010AU0F, components/sensor/gp2y1010au0f, gp2y1010au0f.png |
| 16 | + Grove Gas V2, components/sensor/grove_gas_mc_v2, grove-gas-mc-v2.png |
| 17 | + NAU7802, components/sensor/nau7802, nau7802.jpg |
| 18 | + NPI-19, components/sensor/npi19, npi19.jpg |
| 19 | + TCA9555, components/tca9555, tca9555.svg |
| 20 | + TE-M3200, components/sensor/tem3200, tem3200.jpg |
| 21 | + |
| 22 | + |
| 23 | +Web Server Grouping |
| 24 | +------------------- |
| 25 | + |
| 26 | +For those that use the :doc:`/components/web_server` with version 3, there is a new |
| 27 | +grouping feature that allows for custom/user defined groups of entities. |
| 28 | + |
| 29 | +This is also a breaking change as the previous ``web_server_sorting_weight`` has been moved into a new |
| 30 | +``web_server`` -> ``sorting_weight`` configuration entry for the entity. |
| 31 | + |
| 32 | +Please see :ref:`config-webserver-sorting` for the latest documentation on these features. |
| 33 | + |
| 34 | + |
| 35 | +Full list of changes |
| 36 | +-------------------- |
| 37 | + |
| 38 | +New Components |
| 39 | +^^^^^^^^^^^^^^ |
| 40 | + |
| 41 | +- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration) |
| 42 | +- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration) |
| 43 | +- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration) |
| 44 | +- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration) |
| 45 | +- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration) |
| 46 | +- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration) |
| 47 | +- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration) |
| 48 | + |
| 49 | +New Platforms |
| 50 | +^^^^^^^^^^^^^ |
| 51 | + |
| 52 | +- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform) |
| 53 | + |
| 54 | +Breaking Changes |
| 55 | +^^^^^^^^^^^^^^^^ |
| 56 | + |
| 57 | +- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform) |
| 58 | +- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change) |
| 59 | +- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change) |
| 60 | +- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change) |
| 61 | + |
| 62 | +Beta Changes |
| 63 | +^^^^^^^^^^^^ |
| 64 | + |
| 65 | +- fix uart settings check :esphomepr:`7573` by :ghuser:`ssieb` |
| 66 | +- [web_server] Event component grouping :esphomepr:`7586` by :ghuser:`RFDarter` |
| 67 | +- [touchscreen] Fix coordinates when using rotation :esphomepr:`7591` by :ghuser:`clydebarrow` |
| 68 | +- Fix update sequence when update is set to false (#5225) :esphomepr:`7407` by :ghuser:`edge90` |
| 69 | + |
| 70 | +All changes |
| 71 | +^^^^^^^^^^^ |
| 72 | + |
| 73 | +- Bump peter-evans/create-pull-request from 7.0.0 to 7.0.2 :esphomepr:`7437` by :ghuser:`dependabot[bot]` |
| 74 | +- Bump recommended ESP-IDF to 4.4.8 :esphomepr:`7349` by :ghuser:`bdraco` |
| 75 | +- [tm1638] Fix linting and formatting issues :esphomepr:`7443` by :ghuser:`jesserockz` |
| 76 | +- [image] Fix linting and formatting issues :esphomepr:`7440` by :ghuser:`jesserockz` |
| 77 | +- [animation] Fix linting and formatting issues :esphomepr:`7439` by :ghuser:`jesserockz` |
| 78 | +- [thermostat] Fix linting and formatting issues :esphomepr:`7442` by :ghuser:`jesserockz` |
| 79 | +- Add OpenTherm component (part 1: communication layer and hub) :esphomepr:`6645` by :ghuser:`olegtarasov` (new-integration) |
| 80 | +- [st7701s] Make use of IDF5.x to speed up display operations :esphomepr:`7447` by :ghuser:`clydebarrow` |
| 81 | +- [modbus_controller] Fix linting and formatting issues :esphomepr:`7441` by :ghuser:`jesserockz` |
| 82 | +- Bump pylint from 3.1.0 to 3.2.7 :esphomepr:`7438` by :ghuser:`jesserockz` |
| 83 | +- Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 :esphomepr:`7457` by :ghuser:`dependabot[bot]` |
| 84 | +- openeth ethernet / qemu support :esphomepr:`7020` by :ghuser:`apbodrov` |
| 85 | +- [nextion] Optionally skip connection handshake :esphomepr:`6905` by :ghuser:`edwardtfn` |
| 86 | +- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform) |
| 87 | +- Added i2s_comm_fmt parameter to i2s speaker component :esphomepr:`7449` by :ghuser:`PxPert` |
| 88 | +- [lvgl] Enhancements :esphomepr:`7453` by :ghuser:`clydebarrow` |
| 89 | +- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration) |
| 90 | +- [st7701s] Fix initialisation race :esphomepr:`7462` by :ghuser:`clydebarrow` |
| 91 | +- add "fan_mode" and "swing_mode" to REST API :esphomepr:`7476` by :ghuser:`Tarik2142` |
| 92 | +- [esp32_improv] Add triggers for various states :esphomepr:`7461` by :ghuser:`kbx81` |
| 93 | +- [micro_wake_word] Workaround for failing IDF 5+ tests :esphomepr:`7484` by :ghuser:`kbx81` |
| 94 | +- Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 :esphomepr:`7469` by :ghuser:`dependabot[bot]` |
| 95 | +- Add CSE7766 reactive power :esphomepr:`7301` by :ghuser:`nkinnan` |
| 96 | +- Support inkplate 5 and 5 V2 :esphomepr:`7448` by :ghuser:`DavidSichau` |
| 97 | +- Add remote transmitter triggers :esphomepr:`7483` by :ghuser:`swoboda1337` |
| 98 | +- tcs34725: fix color/clear channel percentage calculations on long exposures :esphomepr:`7493` by :ghuser:`RubenKelevra` |
| 99 | +- tcs34725: Add check for Division by Zero :esphomepr:`7485` by :ghuser:`RubenKelevra` |
| 100 | +- [core] add ring buffer destructor :esphomepr:`7500` by :ghuser:`kahrendt` |
| 101 | +- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change) |
| 102 | +- Add clean_session as configurable option to the MQTT component :esphomepr:`7501` by :ghuser:`victorclaessen` |
| 103 | +- [wifi] Use custom MAC address if programmed :esphomepr:`7498` by :ghuser:`kbx81` |
| 104 | +- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration) |
| 105 | +- Make time dependency optional :esphomepr:`7425` by :ghuser:`nkinnan` |
| 106 | +- Add OHF logo to README :esphomepr:`7509` by :ghuser:`mrdarrengriffin` |
| 107 | +- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 :esphomepr:`7487` by :ghuser:`dependabot[bot]` |
| 108 | +- tcs34725: optimize fetch time with burst read for RGB and clear values :esphomepr:`7494` by :ghuser:`RubenKelevra` |
| 109 | +- tcs34725: Remove IR compensation and improve illuminance and color temperature handling in extreme conditions :esphomepr:`7492` by :ghuser:`RubenKelevra` |
| 110 | +- [CI] Remove ``sorted`` from library include dirs :esphomepr:`7526` by :ghuser:`kbx81` |
| 111 | +- [wifi] Fix error message when no custom MAC is set :esphomepr:`7515` by :ghuser:`kbx81` |
| 112 | +- [esp32] Add ``ignore_efuse_custom_mac`` config var :esphomepr:`7527` by :ghuser:`kbx81` |
| 113 | +- [mics_4514] Move consts to consts.py :esphomepr:`7528` by :ghuser:`jesserockz` |
| 114 | +- Fix parsing of µs time periods in config :esphomepr:`7495` by :ghuser:`dwmw2` |
| 115 | +- [web_server] Expose detail=all on all components :esphomepr:`7531` by :ghuser:`RFDarter` |
| 116 | +- [CI] Use a list when reading idedata for includes :esphomepr:`7535` by :ghuser:`kbx81` |
| 117 | +- Use "puremagic" instead of "magic" python module :esphomepr:`7536` by :ghuser:`guillempages` |
| 118 | +- [lvgl] Remap image to img in "set_style_*" :esphomepr:`7546` by :ghuser:`guillempages` |
| 119 | +- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change) |
| 120 | +- Allow use of all pulse count unit channels if needed. :esphomepr:`7550` by :ghuser:`ToSa27` |
| 121 | +- [bang-bang] Remove ``assert()`` :esphomepr:`7533` by :ghuser:`kbx81` |
| 122 | +- [thermostat] Remove ``assert()`` :esphomepr:`7544` by :ghuser:`kbx81` |
| 123 | +- [bedjet_codec] Remove ``assert()`` :esphomepr:`7543` by :ghuser:`kbx81` |
| 124 | +- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration) |
| 125 | +- [wifi] Replace ``USE_ESP32_IGNORE_EFUSE_MAC_CRC`` with IDF's ``CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR`` :esphomepr:`7502` by :ghuser:`kbx81` |
| 126 | +- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory :esphomepr:`7542` by :ghuser:`dependabot[bot]` |
| 127 | +- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 :esphomepr:`7541` by :ghuser:`dependabot[bot]` |
| 128 | +- Bump docker/build-push-action from 6.7.0 to 6.9.0 in /.github/actions/build-image :esphomepr:`7511` by :ghuser:`dependabot[bot]` |
| 129 | +- [code-quality] fix clang-tidy md5 and hmac_md5 :esphomepr:`7325` by :ghuser:`tomaszduda23` |
| 130 | +- [code-quality] fix clang-tidy api :esphomepr:`7279` by :ghuser:`tomaszduda23` |
| 131 | +- [lvgl] Bugfixes #3 :esphomepr:`7472` by :ghuser:`clydebarrow` |
| 132 | +- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration) |
| 133 | +- [lvgl] Fix: allow full range of styles on dropdown list. :esphomepr:`7552` by :ghuser:`clydebarrow` |
| 134 | +- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change) |
| 135 | +- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration) |
| 136 | +- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration) |
| 137 | +- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration) |
| 138 | +- Update webserver local assets to 20241007-025551 :esphomepr:`7553` by :ghuser:`esphomebot` |
| 139 | +- [online_image] Bugfix: Use std::string instead of const char * :esphomepr:`7556` by :ghuser:`clydebarrow` |
| 140 | +- [ili9xxx] Put display into sleep mode on shutdown. :esphomepr:`7555` by :ghuser:`clydebarrow` |
| 141 | +- Bump actions/upload-artifact from 4.4.0 to 4.4.1 :esphomepr:`7559` by :ghuser:`dependabot[bot]` |
| 142 | +- Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/restore-python :esphomepr:`7560` by :ghuser:`dependabot[bot]` |
| 143 | +- Bump actions/cache from 4.0.2 to 4.1.0 :esphomepr:`7558` by :ghuser:`dependabot[bot]` |
| 144 | +- Update radon_eye_listener.cpp for more possible variants :esphomepr:`7567` by :ghuser:`baldisos` |
| 145 | +- [cst816] Allow skipping i2c probe :esphomepr:`7557` by :ghuser:`clydebarrow` |
| 146 | +- [lvgl] Fix text component :esphomepr:`7563` by :ghuser:`clydebarrow` |
| 147 | +- [template/binary_sensor] Implement `condition:` option as alternative to lambda. :esphomepr:`7561` by :ghuser:`clydebarrow` |
| 148 | +- Bump actions/upload-artifact from 4.4.1 to 4.4.2 :esphomepr:`7569` by :ghuser:`dependabot[bot]` |
| 149 | +- Bump actions/cache from 4.1.0 to 4.1.1 :esphomepr:`7570` by :ghuser:`dependabot[bot]` |
| 150 | +- Bump actions/cache from 4.1.0 to 4.1.1 in /.github/actions/restore-python :esphomepr:`7571` by :ghuser:`dependabot[bot]` |
| 151 | +- fix uart settings check :esphomepr:`7573` by :ghuser:`ssieb` |
| 152 | +- [CI] failures when installing using apt-get. :esphomepr:`7593` by :ghuser:`clydebarrow` |
| 153 | +- [web_server] Event component grouping :esphomepr:`7586` by :ghuser:`RFDarter` |
| 154 | +- [touchscreen] Fix coordinates when using rotation :esphomepr:`7591` by :ghuser:`clydebarrow` |
| 155 | +- Fix update sequence when update is set to false (#5225) :esphomepr:`7407` by :ghuser:`edge90` |
| 156 | + |
| 157 | +Past Changelogs |
| 158 | +--------------- |
| 159 | + |
| 160 | +- :doc:`2024.9.0` |
| 161 | +- :doc:`2024.8.0` |
| 162 | +- :doc:`2024.7.0` |
| 163 | +- :doc:`2024.6.0` |
| 164 | +- :doc:`2024.5.0` |
| 165 | +- :doc:`2024.4.0` |
| 166 | +- :doc:`2024.3.0` |
| 167 | +- :doc:`2024.2.0` |
| 168 | +- :doc:`2023.12.0` |
| 169 | +- :doc:`2023.11.0` |
| 170 | +- :doc:`2023.10.0` |
| 171 | +- :doc:`2023.9.0` |
| 172 | +- :doc:`2023.8.0` |
| 173 | +- :doc:`2023.7.0` |
| 174 | +- :doc:`2023.6.0` |
| 175 | +- :doc:`2023.5.0` |
| 176 | +- :doc:`2023.4.0` |
| 177 | +- :doc:`2023.3.0` |
| 178 | +- :doc:`2023.2.0` |
| 179 | +- :doc:`2022.12.0` |
| 180 | +- :doc:`2022.11.0` |
| 181 | +- :doc:`2022.10.0` |
| 182 | +- :doc:`2022.9.0` |
| 183 | +- :doc:`2022.8.0` |
| 184 | +- :doc:`2022.6.0` |
| 185 | +- :doc:`2022.5.0` |
| 186 | +- :doc:`2022.4.0` |
| 187 | +- :doc:`2022.3.0` |
| 188 | +- :doc:`2022.2.0` |
| 189 | +- :doc:`2022.1.0` |
| 190 | +- :doc:`2021.12.0` |
| 191 | +- :doc:`2021.11.0` |
| 192 | +- :doc:`2021.10.0` |
| 193 | +- :doc:`2021.9.0` |
| 194 | +- :doc:`2021.8.0` |
| 195 | +- :doc:`v1.20.0` |
| 196 | +- :doc:`v1.19.0` |
| 197 | +- :doc:`v1.18.0` |
| 198 | +- :doc:`v1.17.0` |
| 199 | +- :doc:`v1.16.0` |
| 200 | +- :doc:`v1.15.0` |
| 201 | +- :doc:`v1.14.0` |
| 202 | +- :doc:`v1.13.0` |
| 203 | +- :doc:`v1.12.0` |
| 204 | +- :doc:`v1.11.0` |
| 205 | +- :doc:`v1.10.0` |
| 206 | +- :doc:`v1.9.0` |
| 207 | +- :doc:`v1.8.0` |
| 208 | +- :doc:`v1.7.0` |
0 commit comments