Merge branch 'beta' into next

This commit is contained in:
Jesse Hills 2024-08-17 08:08:51 +12:00
commit b53bb9710c
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
3 changed files with 20 additions and 4 deletions

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

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

@ -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.*