mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
commit
618fa812fe
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.0
|
||||
PROJECT_NUMBER = 2024.6.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.6.0
|
||||
ESPHOME_REF = 2024.6.1
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.6.0
|
||||
2024.6.1
|
@ -176,6 +176,13 @@ This is mostly an internal change, but could be used by :doc:`external component
|
||||
or lambdas in YAML.
|
||||
|
||||
|
||||
Release 2024.6.1 - June 20
|
||||
--------------------------
|
||||
|
||||
- debug_libretiny - Fix typo :esphomepr:`6942` by :ghuser:`Cossid`
|
||||
- Bump esphome-dashboard to 20240620.0 :esphomepr:`6944` 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.0"
|
||||
release = "2024.6.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -466,14 +466,11 @@ Contributors
|
||||
- `EmmanuelLM (@EmmanuelLM) <https://github.com/EmmanuelLM>`__
|
||||
- `Emory Dunn (@emorydunn) <https://github.com/emorydunn>`__
|
||||
- `Eric van Blokland (@Emrvb) <https://github.com/Emrvb>`__
|
||||
- `Eric Muehlstein (@emuehlstein) <https://github.com/emuehlstein>`__
|
||||
- `Anders Persson (@emwap) <https://github.com/emwap>`__
|
||||
- `Bert (@Engelbert) <https://github.com/Engelbert>`__
|
||||
- `Engineer_Will (@EngineerWill) <https://github.com/EngineerWill>`__
|
||||
- `erapade (@erapade) <https://github.com/erapade>`__
|
||||
- `Josh Gwosdz (@erdii) <https://github.com/erdii>`__
|
||||
- `Eric Coffman (@ericbrian) <https://github.com/ericbrian>`__
|
||||
- `Eric Hiller (@erichiller) <https://github.com/erichiller>`__
|
||||
- `Eduardo Roldan (@eroldan) <https://github.com/eroldan>`__
|
||||
- `ervede (@ervede) <https://github.com/ervede>`__
|
||||
- `escoand (@escoand) <https://github.com/escoand>`__
|
||||
@ -1215,6 +1212,7 @@ Contributors
|
||||
- `sud33p (@sud33p) <https://github.com/sud33p>`__
|
||||
- `sumirati (@sumirati) <https://github.com/sumirati>`__
|
||||
- `Sun Xiang yu (@sun-xiangyu) <https://github.com/sun-xiangyu>`__
|
||||
- `Penny Wood (@Swamp-Ig) <https://github.com/Swamp-Ig>`__
|
||||
- `swhaat (@swhaat) <https://github.com/swhaat>`__
|
||||
- `swifty99 (@swifty99) <https://github.com/swifty99>`__
|
||||
- `Jan Gutowski (@Switch123456789) <https://github.com/Switch123456789>`__
|
||||
@ -1386,4 +1384,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated June 19, 2024.*
|
||||
*This page was last updated June 20, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user