File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2024.10.1
41+ PROJECT_NUMBER = 2024.10.2
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11ESPHOME_PATH = ../esphome
2- ESPHOME_REF = 2024.10.1
2+ ESPHOME_REF = 2024.10.2
33PAGEFIND_VERSION =1.1.0
44PAGEFIND =pagefind
55NET_PAGEFIND =../pagefindbin/pagefind
Original file line number Diff line number Diff line change 1- 2024.10.1
1+ 2024.10.2
Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ Release 2024.10.1 - October 22
5858- [lvgl] Remove states from style definitions (Bugfix) :esphomepr: `7645 ` by :ghuser: `clydebarrow `
5959- Move setting global voice assistant to constructor :esphomepr: `7630 ` by :ghuser: `synesthesiam `
6060
61+ Release 2024.10.2 - October 24
62+ ------------------------------
63+
64+ - Humanized the missing MQTT log topic error message :esphomepr: `7634 ` by :ghuser: `solarkennedy `
65+ - [lvgl] Some properties were not templatable (Bugfix) :esphomepr: `7655 ` by :ghuser: `clydebarrow `
66+ - [voice_assistant] Bugfix: Fix crash on start :esphomepr: `7662 ` by :ghuser: `kahrendt `
67+
6168Full list of changes
6269--------------------
6370
Original file line number Diff line number Diff line change 7171# The short X.Y version.
7272version = "2024.10"
7373# The full version, including alpha/beta/rc tags.
74- release = "2024.10.1 "
74+ release = "2024.10.2 "
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -1062,6 +1062,7 @@ Contributors
10621062- `Benny de Leeuw (@leeuwte) <https://github.com/leeuwte >`__
10631063- `Thayne (@Legot) <https://github.com/Legot >`__
10641064- `lein1013 (@lein1013) <https://github.com/lein1013 >`__
1065+ - `Lennart (@lennart-k) <https://github.com/lennart-k >`__
10651066- `Leonardo La Rocca (@leoli51) <https://github.com/leoli51 >`__
10661067- `leoshusar (@leoshusar) <https://github.com/leoshusar >`__
10671068- `Leo Winter (@LeoWinterDE) <https://github.com/LeoWinterDE >`__
@@ -1668,6 +1669,7 @@ Contributors
16681669- `Shreyas Karnik (@shreyaskarnik) <https://github.com/shreyaskarnik >`__
16691670- `Sherman K (@shrmnk) <https://github.com/shrmnk >`__
16701671- `shuchitak (@shuchitak) <https://github.com/shuchitak >`__
1672+ - `Shivam Maurya (@shvmm) <https://github.com/shvmm >`__
16711673- `sibowler (@sibowler) <https://github.com/sibowler >`__
16721674- `signix (@signix) <https://github.com/signix >`__
16731675- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar >`__
@@ -2004,4 +2006,4 @@ Contributors
20042006- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59 >`__
20052007- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev >`__
20062008
2007- *This page was last updated October 22 , 2024. *
2009+ *This page was last updated October 24 , 2024. *
You can’t perform that action at this time.
0 commit comments