Update changelog for 2025.2.0b4

This commit is contained in:
Jesse Hills 2025-02-17 12:20:35 +13:00
parent 14b668411a
commit 844aea7bb9
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -27,6 +27,16 @@ ESPHome 2025.2.0 - 19th February 2025
We're kicking off 2025 with a number of updates, several of which are focused on removing old code. Unfortunately,
this means we have a few breaking changes, but this work helps keep ESPHome more maintainable in the long-run.
Join us below for the ESPHome New Year Release Party.
.. raw:: html
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/HtG3fjAO96c"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
Removal of "old style" Platform Configuration
---------------------------------------------
@ -139,6 +149,10 @@ Beta Changes
- [logger] Fix bug causing global log level to be overwritten :esphomepr:`8248` by :ghuser:`swoboda1337`
- Add support for the DAC on the S2 :esphomepr:`8030` by :ghuser:`maraid`
- Fix crash when storage file doesnt exist yet :esphomepr:`8249` by :ghuser:`jesserockz`
- don't crash on null pages :esphomepr:`8254` by :ghuser:`ssieb`
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
All changes
^^^^^^^^^^^
@ -329,6 +343,10 @@ All changes
- [logger] Fix bug causing global log level to be overwritten :esphomepr:`8248` by :ghuser:`swoboda1337`
- Add support for the DAC on the S2 :esphomepr:`8030` by :ghuser:`maraid`
- Fix crash when storage file doesnt exist yet :esphomepr:`8249` by :ghuser:`jesserockz`
- don't crash on null pages :esphomepr:`8254` by :ghuser:`ssieb`
- [scd30] Increase minimal CONF_UPDATE_INTERVAL from 1 to 2 seconds :esphomepr:`8256` by :ghuser:`DjordjeMandic` (breaking-change)
- Bump zeroconf to 0.144.3 :esphomepr:`8253` by :ghuser:`bdraco`
- DHT platform now supports modules with inbuilt external resistor :esphomepr:`8257` by :ghuser:`deCodeIt`
Past Changelogs
---------------