mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
commit
36fb31cd7b
2
Doxygen
2
Doxygen
@ -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
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2024.8.0b1
|
||||
2024.8.0b2
|
@ -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
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -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.
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user