Skip to content

Commit

Permalink
Merge branch 'current' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 18, 2024
2 parents f6c24fc + 64df285 commit 7cc3336
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.9.0b4
2024.9.0
28 changes: 28 additions & 0 deletions changelog/2024.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# 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.
Expand Down

0 comments on commit 7cc3336

Please sign in to comment.