Update changelog for 2024.9.0

This commit is contained in:
Jesse Hills 2024-09-18 17:29:00 +12:00
parent d4eb7601d4
commit 6675eb6f6a
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -17,6 +17,34 @@ ESPHome 2024.9.0 - 18th September 2024
BMP280 SPI, components/sensor/bmp280, bmp280.jpg
LTR501 & LTR301 & LTR558, components/sensor/ltr501, ltr501.jpg
UDP & StatsD Components
-----------------------
This release brings two new data driven components to ESPHome.
The first is the :doc:`UDP Component </components/udp>` which allows direct communication between ESPHome
devices over the local network. TO start off, only sensor and binary sensor data can be transmitted, and
hopefully more entity types will be supported in the future.
Next is the :doc:`StatsD Component </components/statsd>` which allows you to send sensor data
directly to a statsd server for monitoring.
Breaking Changes
----------------
There are a few breaking changes this release that will require changes in YAML if you are
using the affected components. Please make sure to check the list below for details about each one.
The documentation is always the best place to find the most up-to-date information on configuration for
any given component found in ESPHome.
Thank you for your support
--------------------------
Did you know that Jesse and Keith both are employed at `Nabu Casa <https://nabucasa.com/>`__ to work full-time on ESPHome?
Yep, that's possible thanks to everyone who subscribes to Home Assistant Cloud. Thank you!
Full list of changes
--------------------