mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-29 22:51:44 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
40b3d84c5e
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.1
|
||||
PROJECT_NUMBER = 2024.9.2
|
||||
|
||||
# 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.1
|
||||
ESPHOME_REF = 2024.9.2
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.9.1
|
||||
2024.9.2
|
@ -52,6 +52,15 @@ Release 2024.9.1 - September 23
|
||||
- Copy active wake words to message :esphomepr:`7481` by :ghuser:`synesthesiam`
|
||||
|
||||
|
||||
Release 2024.9.2 - October 1
|
||||
----------------------------
|
||||
|
||||
- fix bl0906 reset energy action :esphomepr:`7488` by :ghuser:`ssieb`
|
||||
- [config_validation] Fix bug with extras on schemas :esphomepr:`7497` by :ghuser:`jesserockz`
|
||||
- Prevent rp2040 randomly breaking the build :esphomepr:`7507` by :ghuser:`nkinnan`
|
||||
- [rp2040] Always use maxgerhardt platform fork :esphomepr:`7514` by :ghuser:`jesserockz`
|
||||
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
|
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.1"
|
||||
release = "2024.9.2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -387,6 +387,7 @@ Contributors
|
||||
- `d-two (@d-two) <https://github.com/d-two>`__
|
||||
- `d3wy (@d3wy) <https://github.com/d3wy>`__
|
||||
- `dab0g (@dab0g) <https://github.com/dab0g>`__
|
||||
- `DanielV (@dala318) <https://github.com/dala318>`__
|
||||
- `Dale Higgs (@dale3h) <https://github.com/dale3h>`__
|
||||
- `damanti-me (@damanti-me) <https://github.com/damanti-me>`__
|
||||
- `Justin Grover (@dancingcactus) <https://github.com/dancingcactus>`__
|
||||
@ -1255,6 +1256,7 @@ Contributors
|
||||
- `Chris Laplante (@mostthingsweb) <https://github.com/mostthingsweb>`__
|
||||
- `Matthew Pettitt (@mpettitt) <https://github.com/mpettitt>`__
|
||||
- `Michael P. Flaga (@mpflaga) <https://github.com/mpflaga>`__
|
||||
- `Darren Griffin (@mrdarrengriffin) <https://github.com/mrdarrengriffin>`__
|
||||
- `Björn Ebbinghaus (@MrEbbinghaus) <https://github.com/MrEbbinghaus>`__
|
||||
- `Sam Hughes (@MrEditor97) <https://github.com/MrEditor97>`__
|
||||
- `MrEditor97 (@mreditor97) <https://github.com/mreditor97>`__
|
||||
@ -1879,6 +1881,7 @@ Contributors
|
||||
- `Veli Veromann (@velijv) <https://github.com/velijv>`__
|
||||
- `André Lademann (@vergissberlin) <https://github.com/vergissberlin>`__
|
||||
- `Víctor Ferrer García (@vicfergar) <https://github.com/vicfergar>`__
|
||||
- `victorclaessen (@victorclaessen) <https://github.com/victorclaessen>`__
|
||||
- `Austin (@vidplace7) <https://github.com/vidplace7>`__
|
||||
- `Vincèn (@vincegre) <https://github.com/vincegre>`__
|
||||
- `Virage Laboratories (@viragelabs) <https://github.com/viragelabs>`__
|
||||
@ -1983,4 +1986,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated September 23, 2024.*
|
||||
*This page was last updated October 1, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user