mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-29 22:51:44 +01:00
commit
22bcedbba8
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.0
|
||||
PROJECT_NUMBER = 2024.9.1
|
||||
|
||||
# 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.0
|
||||
ESPHOME_REF = 2024.9.1
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.9.0
|
||||
2024.9.1
|
@ -46,6 +46,12 @@ Did you know that Jesse and Keith both are employed at `Nabu Casa <https://nabuc
|
||||
Yep, that's possible thanks to everyone who subscribes to Home Assistant Cloud. Thank you!
|
||||
|
||||
|
||||
Release 2024.9.1 - September 23
|
||||
-------------------------------
|
||||
|
||||
- Copy active wake words to message :esphomepr:`7481` by :ghuser:`synesthesiam`
|
||||
|
||||
|
||||
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.0"
|
||||
release = "2024.9.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -391,6 +391,7 @@ Contributors
|
||||
- `damanti-me (@damanti-me) <https://github.com/damanti-me>`__
|
||||
- `Justin Grover (@dancingcactus) <https://github.com/dancingcactus>`__
|
||||
- `Dan C Williams (@dancwilliams) <https://github.com/dancwilliams>`__
|
||||
- `Dan Greco (@dangreco) <https://github.com/dangreco>`__
|
||||
- `Daniel Bjørnbakk (@danibjor) <https://github.com/danibjor>`__
|
||||
- `Daniel Baulig (@DanielBaulig) <https://github.com/DanielBaulig>`__
|
||||
- `Daniel D'Abate (@danieldabate) <https://github.com/danieldabate>`__
|
||||
@ -478,6 +479,7 @@ Contributors
|
||||
- `Andrea Casini (@ditadipolvere08) <https://github.com/ditadipolvere08>`__
|
||||
- `Johann V. (@divinitas) <https://github.com/divinitas>`__
|
||||
- `dj-bauer (@dj-bauer) <https://github.com/dj-bauer>`__
|
||||
- `djsf (@dj-sf) <https://github.com/dj-sf>`__
|
||||
- `Dominic Pearman (@djpearman) <https://github.com/djpearman>`__
|
||||
- `djtef (@djtef) <https://github.com/djtef>`__
|
||||
- `djwlindenaar (@djwlindenaar) <https://github.com/djwlindenaar>`__
|
||||
@ -1981,4 +1983,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated September 18, 2024.*
|
||||
*This page was last updated September 23, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user