|
| 1 | +ESPHome 2025.4.0 - 16th April 2025 |
| 2 | +================================== |
| 3 | + |
| 4 | +.. seo:: |
| 5 | + :description: Changelog for ESPHome 2025.4.0. |
| 6 | + :image: /_static/changelog-2025.4.0.png |
| 7 | + :author: Jesse Hills |
| 8 | + :author_twitter: @jesserockz |
| 9 | + |
| 10 | +.. imgtable:: |
| 11 | + :columns: 3 |
| 12 | + |
| 13 | + MCP4661, components/output/mcp4461, mcp4461.jpg |
| 14 | + |
| 15 | + |
| 16 | +Another small release out this month. I (Jesse) will be back full-time next week and so hopefully we can |
| 17 | +get the project picking up soe steam again. |
| 18 | + |
| 19 | + |
| 20 | +Full list of changes |
| 21 | +-------------------- |
| 22 | + |
| 23 | +New Components |
| 24 | +^^^^^^^^^^^^^^ |
| 25 | + |
| 26 | +- Add support for MCP4461 quad i2c digipot/rheostat :esphomepr:`8180` by :ghuser:`p1ngb4ck` (new-integration) |
| 27 | + |
| 28 | +Breaking Changes |
| 29 | +^^^^^^^^^^^^^^^^ |
| 30 | + |
| 31 | +- Rework max connections for BLE to avoid exceeding the hard limit :esphomepr:`8303` by :ghuser:`bdraco` (breaking-change) |
| 32 | + |
| 33 | +Beta Changes |
| 34 | +^^^^^^^^^^^^ |
| 35 | + |
| 36 | +- [lvgl] Fix use of image without canvas (Bugfix) :esphomepr:`8540` by :ghuser:`clydebarrow` |
| 37 | +- Include MAC address in noise hello :esphomepr:`8551` by :ghuser:`bdraco` |
| 38 | +- [axs15231] Don't overwrite manual dimensions :esphomepr:`8553` by :ghuser:`clydebarrow` |
| 39 | +- [lvgl] Fix initial focus on roller :esphomepr:`8547` by :ghuser:`clydebarrow` |
| 40 | +- [lvgl] Add restore_value to select and number :esphomepr:`8494` by :ghuser:`clydebarrow` |
| 41 | +- Speaker-Media-Player: Fix potential deadlock in audio pipeline :esphomepr:`8548` by :ghuser:`gnumpi` |
| 42 | +- [lvgl] Ensure captured lambdas are in correct order :esphomepr:`8560` by :ghuser:`clydebarrow` |
| 43 | +- Bump aioesphomeapi from 29.9.0 to 29.10.0 :esphomepr:`8562` by :ghuser:`dependabot[bot]` |
| 44 | +- Bump zeroconf from 0.146.3 to 0.146.4 :esphomepr:`8563` by :ghuser:`dependabot[bot]` |
| 45 | +- Bump esphome-dashboard to 20250415.0 :esphomepr:`8565` by :ghuser:`swoboda1337` |
| 46 | +- Fix '--device MQTT' for devices with static IP :esphomepr:`8535` by :ghuser:`dwmw2` |
| 47 | +- [am2315c] Use warning not fail during update :esphomepr:`8499` by :ghuser:`swoboda1337` |
| 48 | +- Bump zeroconf from 0.146.4 to 0.146.5 :esphomepr:`8569` by :ghuser:`dependabot[bot]` |
| 49 | +- Fix vscode validation not showing error squiggles :esphomepr:`8500` by :ghuser:`glmnet` |
| 50 | +- SML runtime optimizations :esphomepr:`8571` by :ghuser:`mariusgreuel` |
| 51 | + |
| 52 | +All changes |
| 53 | +^^^^^^^^^^^ |
| 54 | + |
| 55 | +- Bump setuptools from 69.2.0 to 76.0.0 :esphomepr:`8405` by :ghuser:`dependabot[bot]` |
| 56 | +- Bump puremagic from 1.27 to 1.28 :esphomepr:`8406` by :ghuser:`dependabot[bot]` |
| 57 | +- Bump esphome-glyphsets from 0.1.0 to 0.2.0 :esphomepr:`8403` by :ghuser:`dependabot[bot]` |
| 58 | +- Bump actions/cache from 4.2.2 to 4.2.3 in /.github/actions/restore-python :esphomepr:`8437` by :ghuser:`dependabot[bot]` |
| 59 | +- Bump actions/cache from 4.2.2 to 4.2.3 :esphomepr:`8433` by :ghuser:`dependabot[bot]` |
| 60 | +- Bump ruff from 0.9.2 to 0.11.0 :esphomepr:`8409` by :ghuser:`dependabot[bot]` |
| 61 | +- Bump pylint from 3.2.7 to 3.3.6 :esphomepr:`8441` by :ghuser:`dependabot[bot]` |
| 62 | +- Update wheel requirement from ~=0.43.0 to >=0.43,<0.46 :esphomepr:`8421` by :ghuser:`dependabot[bot]` |
| 63 | +- Bump tzlocal from 5.2 to 5.3.1 :esphomepr:`8423` by :ghuser:`dependabot[bot]` |
| 64 | +- [esp32] Allow pioarduino versions 5.3.2 and 5.4.0 :esphomepr:`8440` by :ghuser:`swoboda1337` |
| 65 | +- [cli] Add `--reset` and `--upload_speed` options :esphomepr:`8380` by :ghuser:`clydebarrow` |
| 66 | +- Bump aioesphomeapi from 29.6.0 to 29.7.0 :esphomepr:`8448` by :ghuser:`dependabot[bot]` |
| 67 | +- Bump pytest-asyncio from 0.23.6 to 0.25.3 :esphomepr:`8447` by :ghuser:`dependabot[bot]` |
| 68 | +- [core] Fix 5.4.0 build issue :esphomepr:`8455` by :ghuser:`swoboda1337` |
| 69 | +- [core] Fix s2 build after crc header fix :esphomepr:`8459` by :ghuser:`swoboda1337` |
| 70 | +- [esp32_can] Configurable enqueue timeout :esphomepr:`8453` by :ghuser:`patagonaa` |
| 71 | +- [scheduler] Properly handle millis() overflow :esphomepr:`8197` by :ghuser:`clydebarrow` |
| 72 | +- [esp32] Allow pioarduino version 5.4.1 :esphomepr:`8480` by :ghuser:`swoboda1337` |
| 73 | +- Bump ruff from 0.11.0 to 0.11.2 :esphomepr:`8461` by :ghuser:`dependabot[bot]` |
| 74 | +- [psram] 120MHz does not work in octal mode :esphomepr:`8477` by :ghuser:`clydebarrow` |
| 75 | +- Bump actions/setup-python from 5.4.0 to 5.5.0 :esphomepr:`8468` by :ghuser:`dependabot[bot]` |
| 76 | +- Bump actions/setup-python from 5.4.0 to 5.5.0 in /.github/actions/restore-python :esphomepr:`8467` by :ghuser:`dependabot[bot]` |
| 77 | +- Bump pytest-cov from 5.0.0 to 6.0.0 :esphomepr:`8462` by :ghuser:`dependabot[bot]` |
| 78 | +- Bump pytest-asyncio from 0.25.3 to 0.26.0 :esphomepr:`8490` by :ghuser:`dependabot[bot]` |
| 79 | +- Bump async-timeout from 4.0.3 to 5.0.1 :esphomepr:`8491` by :ghuser:`dependabot[bot]` |
| 80 | +- Bump platformio from 6.1.16 to 6.1.18 :esphomepr:`8449` by :ghuser:`dependabot[bot]` |
| 81 | +- Move CONF_DEFAULT to const.py :esphomepr:`8497` by :ghuser:`nielsnl68` |
| 82 | +- [lvgl] Add some defines :esphomepr:`8501` by :ghuser:`clydebarrow` |
| 83 | +- Add support for MCP4461 quad i2c digipot/rheostat :esphomepr:`8180` by :ghuser:`p1ngb4ck` (new-integration) |
| 84 | +- Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 :esphomepr:`8362` by :ghuser:`dependabot[bot]` |
| 85 | +- Bump docker/login-action from 3.3.0 to 3.4.0 in the docker-actions group :esphomepr:`8408` by :ghuser:`dependabot[bot]` |
| 86 | +- Bump actions/download-artifact from 4.1.9 to 4.2.1 :esphomepr:`8434` by :ghuser:`dependabot[bot]` |
| 87 | +- Bump actions/upload-artifact from 4.6.1 to 4.6.2 :esphomepr:`8435` by :ghuser:`dependabot[bot]` |
| 88 | +- Bump ruamel-yaml from 0.18.6 to 0.18.10 :esphomepr:`8446` by :ghuser:`dependabot[bot]` |
| 89 | +- Bump yamllint from 1.35.1 to 1.37.0 :esphomepr:`8495` by :ghuser:`dependabot[bot]` |
| 90 | +- Bump pyupgrade from 3.15.2 to 3.19.1 :esphomepr:`8496` by :ghuser:`dependabot[bot]` |
| 91 | +- Bump voluptuous from 0.14.2 to 0.15.2 :esphomepr:`8506` by :ghuser:`dependabot[bot]` |
| 92 | +- Bump zeroconf from 0.146.1 to 0.146.3 :esphomepr:`8507` by :ghuser:`dependabot[bot]` |
| 93 | +- Bump platformio to 6.1.18 :esphomepr:`8430` by :ghuser:`shvmm` |
| 94 | +- Update emails from nabucasa to OHF :esphomepr:`8508` by :ghuser:`jesserockz` |
| 95 | +- [nau7802] fix bad blocking code (#6395) :esphomepr:`8070` by :ghuser:`cujomalainey` |
| 96 | +- [core, qspi_dbi] Clang tidy fixes for 5.3.2 :esphomepr:`8509` by :ghuser:`swoboda1337` |
| 97 | +- [CI] Clang tidy fixes for 5.3.2 :esphomepr:`8510` by :ghuser:`swoboda1337` |
| 98 | +- [ethernet_info] return actual ethernet MAC address :esphomepr:`8492` by :ghuser:`victorclaessen` |
| 99 | +- Bump setuptools from 76.0.0 to 78.1.0 :esphomepr:`8512` by :ghuser:`dependabot[bot]` |
| 100 | +- Bump flake8 from 7.0.0 to 7.2.0 :esphomepr:`8493` by :ghuser:`dependabot[bot]` |
| 101 | +- Rework max connections for BLE to avoid exceeding the hard limit :esphomepr:`8303` by :ghuser:`bdraco` (breaking-change) |
| 102 | +- [component] Show error message for failed component :esphomepr:`8478` by :ghuser:`clydebarrow` |
| 103 | +- [psram] Allow use of experimental 120MHz octal mode :esphomepr:`8519` by :ghuser:`clydebarrow` |
| 104 | +- Ensure plaintext responds with bad indicator byte before dropping the connection :esphomepr:`8521` by :ghuser:`bdraco` |
| 105 | +- Bump aioesphomeapi to 29.9.0 :esphomepr:`8522` by :ghuser:`bdraco` |
| 106 | +- [lvgl] add on_boot trigger :esphomepr:`8498` by :ghuser:`clydebarrow` |
| 107 | +- [lvgl] Make line points templatable :esphomepr:`8502` by :ghuser:`clydebarrow` |
| 108 | +- [spi] Implement octal mode :esphomepr:`8386` by :ghuser:`clydebarrow` |
| 109 | +- Bump pytest from 8.2.0 to 8.3.5 :esphomepr:`8528` by :ghuser:`dependabot[bot]` |
| 110 | +- real_time_clock: Apply timezone immediately in set_timezone() :esphomepr:`8531` by :ghuser:`dwmw2` |
| 111 | +- [lvgl] Implement canvas widget :esphomepr:`8504` by :ghuser:`clydebarrow` |
| 112 | +- [lvgl] Fix use of image without canvas (Bugfix) :esphomepr:`8540` by :ghuser:`clydebarrow` |
| 113 | +- Include MAC address in noise hello :esphomepr:`8551` by :ghuser:`bdraco` |
| 114 | +- [axs15231] Don't overwrite manual dimensions :esphomepr:`8553` by :ghuser:`clydebarrow` |
| 115 | +- [lvgl] Fix initial focus on roller :esphomepr:`8547` by :ghuser:`clydebarrow` |
| 116 | +- [lvgl] Add restore_value to select and number :esphomepr:`8494` by :ghuser:`clydebarrow` |
| 117 | +- Speaker-Media-Player: Fix potential deadlock in audio pipeline :esphomepr:`8548` by :ghuser:`gnumpi` |
| 118 | +- [lvgl] Ensure captured lambdas are in correct order :esphomepr:`8560` by :ghuser:`clydebarrow` |
| 119 | +- Bump aioesphomeapi from 29.9.0 to 29.10.0 :esphomepr:`8562` by :ghuser:`dependabot[bot]` |
| 120 | +- Bump zeroconf from 0.146.3 to 0.146.4 :esphomepr:`8563` by :ghuser:`dependabot[bot]` |
| 121 | +- Bump esphome-dashboard to 20250415.0 :esphomepr:`8565` by :ghuser:`swoboda1337` |
| 122 | +- Fix '--device MQTT' for devices with static IP :esphomepr:`8535` by :ghuser:`dwmw2` |
| 123 | +- [am2315c] Use warning not fail during update :esphomepr:`8499` by :ghuser:`swoboda1337` |
| 124 | +- Bump zeroconf from 0.146.4 to 0.146.5 :esphomepr:`8569` by :ghuser:`dependabot[bot]` |
| 125 | +- Fix vscode validation not showing error squiggles :esphomepr:`8500` by :ghuser:`glmnet` |
| 126 | +- SML runtime optimizations :esphomepr:`8571` by :ghuser:`mariusgreuel` |
| 127 | + |
| 128 | +Past Changelogs |
| 129 | +--------------- |
| 130 | + |
| 131 | +- :doc:`2025.3.0` |
| 132 | +- :doc:`2025.2.0` |
| 133 | +- :doc:`2024.12.0` |
| 134 | +- :doc:`2024.11.0` |
| 135 | +- :doc:`2024.10.0` |
| 136 | +- :doc:`2024.9.0` |
| 137 | +- :doc:`2024.8.0` |
| 138 | +- :doc:`2024.7.0` |
| 139 | +- :doc:`2024.6.0` |
| 140 | +- :doc:`2024.5.0` |
| 141 | +- :doc:`2024.4.0` |
| 142 | +- :doc:`2024.3.0` |
| 143 | +- :doc:`2024.2.0` |
| 144 | +- :doc:`2023.12.0` |
| 145 | +- :doc:`2023.11.0` |
| 146 | +- :doc:`2023.10.0` |
| 147 | +- :doc:`2023.9.0` |
| 148 | +- :doc:`2023.8.0` |
| 149 | +- :doc:`2023.7.0` |
| 150 | +- :doc:`2023.6.0` |
| 151 | +- :doc:`2023.5.0` |
| 152 | +- :doc:`2023.4.0` |
| 153 | +- :doc:`2023.3.0` |
| 154 | +- :doc:`2023.2.0` |
| 155 | +- :doc:`2022.12.0` |
| 156 | +- :doc:`2022.11.0` |
| 157 | +- :doc:`2022.10.0` |
| 158 | +- :doc:`2022.9.0` |
| 159 | +- :doc:`2022.8.0` |
| 160 | +- :doc:`2022.6.0` |
| 161 | +- :doc:`2022.5.0` |
| 162 | +- :doc:`2022.4.0` |
| 163 | +- :doc:`2022.3.0` |
| 164 | +- :doc:`2022.2.0` |
| 165 | +- :doc:`2022.1.0` |
| 166 | +- :doc:`2021.12.0` |
| 167 | +- :doc:`2021.11.0` |
| 168 | +- :doc:`2021.10.0` |
| 169 | +- :doc:`2021.9.0` |
| 170 | +- :doc:`2021.8.0` |
| 171 | +- :doc:`v1.20.0` |
| 172 | +- :doc:`v1.19.0` |
| 173 | +- :doc:`v1.18.0` |
| 174 | +- :doc:`v1.17.0` |
| 175 | +- :doc:`v1.16.0` |
| 176 | +- :doc:`v1.15.0` |
| 177 | +- :doc:`v1.14.0` |
| 178 | +- :doc:`v1.13.0` |
| 179 | +- :doc:`v1.12.0` |
| 180 | +- :doc:`v1.11.0` |
| 181 | +- :doc:`v1.10.0` |
| 182 | +- :doc:`v1.9.0` |
| 183 | +- :doc:`v1.8.0` |
| 184 | +- :doc:`v1.7.0` |
0 commit comments