Merge pull request #4160 from esphome/bump-2024.8.0b2

2024.8.0b2
This commit is contained in:
Jesse Hills 2024-08-17 08:08:14 +12:00 committed by GitHub
commit 36fb31cd7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 23 additions and 7 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.8.0b1
PROJECT_NUMBER = 2024.8.0b2
# 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.8.0b1
ESPHOME_REF = 2024.8.0b2
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind

View File

@ -1 +1 @@
2024.8.0b1
2024.8.0b2

View File

@ -21,7 +21,7 @@ ESPHome 2024.8.0 - 21st August 2024
M5Stack Unit 8 Angle, components/sensor/m5stack_8angle, m5stack_8angle.png
LYWSD02MMC, components/sensor/xiaomi_ble.html#lywsd02mmc, xiaomi_mijia_logo.jpg
Light and Versitile Embedded Graphics Library
Light and Versatile Embedded Graphics Library
---------------------------------------------
Or LVGL for short, has been worked on by :ghuser:`clydebarrow` (and multiple other users doing testing and documentation etc)
@ -40,7 +40,7 @@ component to show dynamic images for your dashboard.
Home Assistant Switch & Number
------------------------------
New platforms have been aded for ``switch`` and ``number`` to allow importing of state and controlling
New platforms have been added for ``switch`` and ``number`` to allow importing of state and controlling
of switches and numbers that exist in Home Assistant (or another device via Home Assistant).
This greatly simplifies controlling remote entities and will hopefully be extended to other platforms.
@ -80,6 +80,16 @@ Breaking Changes
- Remove deprecated argument parser :esphomepr:`7151` by :ghuser:`jesserockz` (breaking-change)
Beta Changes
^^^^^^^^^^^^
- remove extra number from pronto :esphomepr:`7263` by :ghuser:`ssieb`
- [api] Bump noise-c library version :esphomepr:`7288` by :ghuser:`clydebarrow`
- fix some small rtttl issues :esphomepr:`6817` by :ghuser:`nielsnl68`
- Fix overflow in ESPColorCorrection object :esphomepr:`7268` by :ghuser:`g-kiss`
- [validation] Allow ``maybe_simple_value`` to not have default key in complex value :esphomepr:`7294` by :ghuser:`jesserockz`
- [network] Always allow ``enable_ipv6: false`` :esphomepr:`7291` by :ghuser:`dwmw2`
All changes
^^^^^^^^^^^
@ -216,6 +226,12 @@ All changes
- [micro_wake_word] Bump ESPMicroSpeechFeatures version to 1.1.0 :esphomepr:`7249` by :ghuser:`kahrendt`
- Implement the finish() method and action. implement the is_stopped condition :esphomepr:`7255` by :ghuser:`nielsnl68`
- Correct offset calibration :esphomepr:`7228` by :ghuser:`descipher` (new-integration)
- remove extra number from pronto :esphomepr:`7263` by :ghuser:`ssieb`
- [api] Bump noise-c library version :esphomepr:`7288` by :ghuser:`clydebarrow`
- fix some small rtttl issues :esphomepr:`6817` by :ghuser:`nielsnl68`
- Fix overflow in ESPColorCorrection object :esphomepr:`7268` by :ghuser:`g-kiss`
- [validation] Allow ``maybe_simple_value`` to not have default key in complex value :esphomepr:`7294` by :ghuser:`jesserockz`
- [network] Always allow ``enable_ipv6: false`` :esphomepr:`7291` by :ghuser:`dwmw2`
Past Changelogs
---------------

View File

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

View File

@ -1931,4 +1931,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
*This page was last updated August 14, 2024.*
*This page was last updated August 16, 2024.*