diff --git a/changelog/2024.2.0.rst b/changelog/2024.2.0.rst index 749d281cd..661920c98 100644 --- a/changelog/2024.2.0.rst +++ b/changelog/2024.2.0.rst @@ -53,6 +53,20 @@ with the time period you were using for the update interval (the default is 60s) sensor. The example in the sensor doc page has been updated to show this. +Release 2024.2.1 - February 26 +------------------------------ + +- Add missing timeout to "async_request" :esphomepr:`6267` by :ghuser:`jesserockz` +- Bump zeroconf timeout to 3000 :esphomepr:`6270` by :ghuser:`jesserockz` +- web_server: Add a position property for cover entities that have the supports position trait :esphomepr:`6269` by :ghuser:`DanielBaulig` +- allow multiple emc2101 :esphomepr:`6272` by :ghuser:`ssieb` +- Fix RP2040 SPI pin validation :esphomepr:`6277` by :ghuser:`kbx81` +- dashboard: move storage json update to a background task in edit save :esphomepr:`6280` by :ghuser:`bdraco` +- make output optional for speed fan :esphomepr:`6274` by :ghuser:`ssieb` +- fix throttle average nan handling :esphomepr:`6275` by :ghuser:`ssieb` +- Fix thermostat supplemental actions :esphomepr:`6282` by :ghuser:`kbx81` + + Full list of changes --------------------