mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-07 00:12:13 +01:00
Merge branch 'beta' into next
This commit is contained in:
commit
5b92d44d03
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.9.0b3
|
||||
PROJECT_NUMBER = 2024.9.0b4
|
||||
|
||||
# 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.9.0b3
|
||||
ESPHOME_REF = 2024.9.0b4
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.9.0b3
|
||||
2024.9.0b4
|
@ -46,6 +46,9 @@ Beta Changes
|
||||
- Improve manufacturer data tracing to identify BLE devices a bit easie… :esphomepr:`7332` by :ghuser:`tomer-w`
|
||||
- Add sample_bytes to media player supported format :esphomepr:`7451` by :ghuser:`synesthesiam`
|
||||
- [docker] Bump git from 1:2.39.2-1.1 to 1:2.39.5-0+deb12u1 :esphomepr:`7452` by :ghuser:`jesserockz`
|
||||
- Add voice assistant configuration messages :esphomepr:`7445` by :ghuser:`synesthesiam`
|
||||
- Dont replace project name spaces with underlines :esphomepr:`7455` by :ghuser:`jesserockz`
|
||||
- Add voice assistant methods for configuration :esphomepr:`7459` by :ghuser:`synesthesiam`
|
||||
|
||||
All changes
|
||||
^^^^^^^^^^^
|
||||
@ -139,6 +142,9 @@ All changes
|
||||
- Improve manufacturer data tracing to identify BLE devices a bit easie… :esphomepr:`7332` by :ghuser:`tomer-w`
|
||||
- Add sample_bytes to media player supported format :esphomepr:`7451` by :ghuser:`synesthesiam`
|
||||
- [docker] Bump git from 1:2.39.2-1.1 to 1:2.39.5-0+deb12u1 :esphomepr:`7452` by :ghuser:`jesserockz`
|
||||
- Add voice assistant configuration messages :esphomepr:`7445` by :ghuser:`synesthesiam`
|
||||
- Dont replace project name spaces with underlines :esphomepr:`7455` by :ghuser:`jesserockz`
|
||||
- Add voice assistant methods for configuration :esphomepr:`7459` by :ghuser:`synesthesiam`
|
||||
|
||||
Past Changelogs
|
||||
---------------
|
||||
|
2
conf.py
2
conf.py
@ -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.0b3"
|
||||
release = "2024.9.0b4"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -1981,4 +1981,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated September 16, 2024.*
|
||||
*This page was last updated September 18, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user