mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-14 10:35:27 +01:00
commit
6c4327810d
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.6.4
|
||||
PROJECT_NUMBER = 2024.6.5
|
||||
|
||||
# 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.6.4
|
||||
ESPHOME_REF = 2024.6.5
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.6.4
|
||||
2024.6.5
|
@ -219,6 +219,13 @@ Release 2024.6.4 - June 27
|
||||
- [ota-esphome] Merge configurations by port :esphomepr:`7001` by :ghuser:`kbx81`
|
||||
- Fix LEDC 100% is not 100% duty with ESP32 IDF :esphomepr:`6997` by :ghuser:`Links2004`
|
||||
|
||||
Release 2024.6.5 - July 3
|
||||
-------------------------
|
||||
|
||||
- [mpr121] await register parented :esphomepr:`7014` by :ghuser:`jesserockz`
|
||||
- Move some consts for #4585 :esphomepr:`7023` by :ghuser:`kbx81`
|
||||
- [wifi] Only set default ttls phase 2 on esp-idf :esphomepr:`7033` 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.6"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2024.6.4"
|
||||
release = "2024.6.5"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -1032,6 +1032,7 @@ Contributors
|
||||
- `Joakim Sørensen (@ludeeus) <https://github.com/ludeeus>`__
|
||||
- `ludrao (@ludrao) <https://github.com/ludrao>`__
|
||||
- `Luiz Correia (@luizcorreia) <https://github.com/luizcorreia>`__
|
||||
- `luk1803 (@luk1803) <https://github.com/luk1803>`__
|
||||
- `luka6000 (@luka6000) <https://github.com/luka6000>`__
|
||||
- `Lukas Klass (@LukasK13) <https://github.com/LukasK13>`__
|
||||
- `Lukas Lindner (@lukasl96) <https://github.com/lukasl96>`__
|
||||
@ -1244,6 +1245,7 @@ Contributors
|
||||
- `NatashaLi-ESPRESSIF (@NatashaLi-ESPRESSIF) <https://github.com/NatashaLi-ESPRESSIF>`__
|
||||
- `Nate Lust (@natelust) <https://github.com/natelust>`__
|
||||
- `Nathan Marlor (@nathanmarlor) <https://github.com/nathanmarlor>`__
|
||||
- `Andreas Fritiofson (@nattgris) <https://github.com/nattgris>`__
|
||||
- `ueno (@nayuta-ueno) <https://github.com/nayuta-ueno>`__
|
||||
- `Nazar Mokrynskyi (@nazar-pc) <https://github.com/nazar-pc>`__
|
||||
- `Bergont Nicolas (@nbergont) <https://github.com/nbergont>`__
|
||||
@ -1890,4 +1892,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated June 27, 2024.*
|
||||
*This page was last updated July 3, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user