mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-14 10:35:27 +01:00
commit
e6c246def8
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.7.1
|
||||
PROJECT_NUMBER = 2024.7.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
|
||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
ESPHOME_PATH = ../esphome
|
||||
ESPHOME_REF = 2024.7.1
|
||||
ESPHOME_REF = 2024.7.2
|
||||
PAGEFIND_VERSION=1.1.0
|
||||
PAGEFIND=pagefind
|
||||
NET_PAGEFIND=../pagefindbin/pagefind
|
||||
|
@ -1 +1 @@
|
||||
2024.7.1
|
||||
2024.7.2
|
@ -40,6 +40,12 @@ Release 2024.7.1 - July 22
|
||||
- [http_request] allow basic auth for idf :esphomepr:`7086` by :ghuser:`oarcher`
|
||||
- Fixes sml parser to process extended length lists with a number of items that is dividable by 16 :esphomepr:`6148` by :ghuser:`irgendwienet`
|
||||
|
||||
Release 2024.7.2 - July 25
|
||||
--------------------------
|
||||
|
||||
- [http_request] Change default timeout to 4.5s :esphomepr:`7123` by :ghuser:`jesserockz`
|
||||
- [http_request] Fix ESP-IDF follow redirect :esphomepr:`7101` by :ghuser:`dentra`
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
|
@ -22,7 +22,7 @@ Configuration variables:
|
||||
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||
- **follow_redirects** (*Optional*, boolean): Enable following HTTP redirects. Defaults to ``true``.
|
||||
- **redirect_limit** (*Optional*, integer): Maximum amount of redirects to follow when enabled. Defaults to ``3``.
|
||||
- **timeout** (*Optional*, :ref:`config-time`): Timeout for request. Defaults to ``5s``.
|
||||
- **timeout** (*Optional*, :ref:`config-time`): Timeout for request. Defaults to ``4.5s``.
|
||||
- **useragent** (*Optional*, string): User-Agent header for requests. Defaults to
|
||||
``ESPHome/<version> (https://esphome.io)`` where ``<version>`` is the version of ESPHome the device is running.
|
||||
For example: ``ESPHome/2024.6.0 (https://esphome.io)``
|
||||
|
2
conf.py
2
conf.py
@ -69,7 +69,7 @@ author = "ESPHome"
|
||||
# The short X.Y version.
|
||||
version = "2024.7"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2024.7.1"
|
||||
release = "2024.7.2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -126,6 +126,7 @@ Contributors
|
||||
- `Anthony (@AnthonyMaiorani) <https://github.com/AnthonyMaiorani>`__
|
||||
- `Rémi K. (@antibill51) <https://github.com/antibill51>`__
|
||||
- `Antonio Fiol (@antonio-fiol) <https://github.com/antonio-fiol>`__
|
||||
- `Aodren Auffrédou-Heinicke (@aodrenah) <https://github.com/aodrenah>`__
|
||||
- `Andy Barratt (@apbarratt) <https://github.com/apbarratt>`__
|
||||
- `Andrey Bodrov (@apbodrov) <https://github.com/apbodrov>`__
|
||||
- `Adriaan Peeters (@apeeters) <https://github.com/apeeters>`__
|
||||
@ -454,6 +455,7 @@ Contributors
|
||||
- `dgtal1 (@dgtal1) <https://github.com/dgtal1>`__
|
||||
- `Dan Halbert (@dhalbert) <https://github.com/dhalbert>`__
|
||||
- `Dustin L. Howett (@DHowett) <https://github.com/DHowett>`__
|
||||
- `Lucio Tarantino (@dianlight) <https://github.com/dianlight>`__
|
||||
- `diesel437 (@diesel437) <https://github.com/diesel437>`__
|
||||
- `Alain Turbide (@Dilbert66) <https://github.com/Dilbert66>`__
|
||||
- `Mark (@Diramu) <https://github.com/Diramu>`__
|
||||
@ -524,6 +526,7 @@ Contributors
|
||||
- `Eduardo Pérez (@eduperez) <https://github.com/eduperez>`__
|
||||
- `Edward Firmo (@edwardtfn) <https://github.com/edwardtfn>`__
|
||||
- `Eenoo (@Eenoo) <https://github.com/Eenoo>`__
|
||||
- `IDuzTheGamez (@eff3ry) <https://github.com/eff3ry>`__
|
||||
- `Eli Fidler (@efidler) <https://github.com/efidler>`__
|
||||
- `egandro (@egandro) <https://github.com/egandro>`__
|
||||
- `Erwin Kooi (@egeltje) <https://github.com/egeltje>`__
|
||||
@ -782,6 +785,7 @@ Contributors
|
||||
- `Ingurum (@Ingurum) <https://github.com/Ingurum>`__
|
||||
- `Marc J (@InvncibiltyCloak) <https://github.com/InvncibiltyCloak>`__
|
||||
- `IoT-devices LLC (@iotdevicesdev) <https://github.com/iotdevicesdev>`__
|
||||
- `irgendwienet (@irgendwienet) <https://github.com/irgendwienet>`__
|
||||
- `Ivo Roefs (@ironirc) <https://github.com/ironirc>`__
|
||||
- `irtimaled (@irtimaled) <https://github.com/irtimaled>`__
|
||||
- `Ingo Theiss (@itn3rd77) <https://github.com/itn3rd77>`__
|
||||
@ -1604,6 +1608,7 @@ Contributors
|
||||
- `SiliconAvatar (@SiliconAvatar) <https://github.com/SiliconAvatar>`__
|
||||
- `sillyfrog (@sillyfrog) <https://github.com/sillyfrog>`__
|
||||
- `Mark Lopez (@Silvenga) <https://github.com/Silvenga>`__
|
||||
- `simonjowett (@simonjowett) <https://github.com/simonjowett>`__
|
||||
- `James Chaloupka (@SirGoodenough) <https://github.com/SirGoodenough>`__
|
||||
- `Maximilian Ertl (@Sirs0ri) <https://github.com/Sirs0ri>`__
|
||||
- `SirSydom (@SirSydom) <https://github.com/SirSydom>`__
|
||||
@ -1915,4 +1920,4 @@ Contributors
|
||||
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
|
||||
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
|
||||
|
||||
*This page was last updated July 22, 2024.*
|
||||
*This page was last updated July 25, 2024.*
|
||||
|
Loading…
Reference in New Issue
Block a user