Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.1
PROJECT_NUMBER = 2024.10.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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.10.1
ESPHOME_REF = 2024.10.2
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.10.1
2024.10.2
7 changes: 7 additions & 0 deletions changelog/2024.10.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Release 2024.10.1 - October 22
- [lvgl] Remove states from style definitions (Bugfix) :esphomepr:`7645` by :ghuser:`clydebarrow`
- Move setting global voice assistant to constructor :esphomepr:`7630` by :ghuser:`synesthesiam`

Release 2024.10.2 - October 24
------------------------------

- Humanized the missing MQTT log topic error message :esphomepr:`7634` by :ghuser:`solarkennedy`
- [lvgl] Some properties were not templatable (Bugfix) :esphomepr:`7655` by :ghuser:`clydebarrow`
- [voice_assistant] Bugfix: Fix crash on start :esphomepr:`7662` by :ghuser:`kahrendt`

Full list of changes
--------------------

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = "2024.10"
# The full version, including alpha/beta/rc tags.
release = "2024.10.1"
release = "2024.10.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 3 additions & 1 deletion guides/supporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,7 @@ Contributors
- `Benny de Leeuw (@leeuwte) <https://github.com/leeuwte>`__
- `Thayne (@Legot) <https://github.com/Legot>`__
- `lein1013 (@lein1013) <https://github.com/lein1013>`__
- `Lennart (@lennart-k) <https://github.com/lennart-k>`__
- `Leonardo La Rocca (@leoli51) <https://github.com/leoli51>`__
- `leoshusar (@leoshusar) <https://github.com/leoshusar>`__
- `Leo Winter (@LeoWinterDE) <https://github.com/LeoWinterDE>`__
Expand Down Expand Up @@ -1668,6 +1669,7 @@ Contributors
- `Shreyas Karnik (@shreyaskarnik) <https://github.com/shreyaskarnik>`__
- `Sherman K (@shrmnk) <https://github.com/shrmnk>`__
- `shuchitak (@shuchitak) <https://github.com/shuchitak>`__
- `Shivam Maurya (@shvmm) <https://github.com/shvmm>`__
- `sibowler (@sibowler) <https://github.com/sibowler>`__
- `signix (@signix) <https://github.com/signix>`__
- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar>`__
Expand Down Expand Up @@ -2004,4 +2006,4 @@ Contributors
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__

*This page was last updated October 22, 2024.*
*This page was last updated October 24, 2024.*