Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2024-09-19 07:57:54 +12:00
commit 7cc3336f87
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
5 changed files with 32 additions and 4 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 2024.9.0b4
PROJECT_NUMBER = 2024.9.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.9.0b4
ESPHOME_REF = 2024.9.0
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind

View File

@ -1 +1 @@
2024.9.0b4
2024.9.0

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
--------------------

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version.
version = "2024.9"
# The full version, including alpha/beta/rc tags.
release = "2024.9.0b4"
release = "2024.9.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.