Merge pull request #3639 from esphome/bump-2024.2.1

2024.2.1
This commit is contained in:
Jesse Hills 2024-02-26 09:04:54 +13:00 committed by GitHub
commit 0be12a282e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 23 additions and 15 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 2024.2.0 PROJECT_NUMBER = 2024.2.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # for a project that appears at the top of each page and should give viewer a

View File

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.2.0 ESPHOME_REF = 2024.2.1
.PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify

View File

@ -1 +1 @@
2024.2.0 2024.2.1

View File

@ -53,6 +53,20 @@ with the time period you were using for the update interval (the default is 60s)
sensor. The example in the sensor doc page has been updated to show this. sensor. The example in the sensor doc page has been updated to show this.
Release 2024.2.1 - February 26
------------------------------
- Add missing timeout to "async_request" :esphomepr:`6267` by :ghuser:`jesserockz`
- Bump zeroconf timeout to 3000 :esphomepr:`6270` by :ghuser:`jesserockz`
- web_server: Add a position property for cover entities that have the supports position trait :esphomepr:`6269` by :ghuser:`DanielBaulig`
- allow multiple emc2101 :esphomepr:`6272` by :ghuser:`ssieb`
- Fix RP2040 SPI pin validation :esphomepr:`6277` by :ghuser:`kbx81`
- dashboard: move storage json update to a background task in edit save :esphomepr:`6280` by :ghuser:`bdraco`
- make output optional for speed fan :esphomepr:`6274` by :ghuser:`ssieb`
- fix throttle average nan handling :esphomepr:`6275` by :ghuser:`ssieb`
- Fix thermostat supplemental actions :esphomepr:`6282` by :ghuser:`kbx81`
Full list of changes Full list of changes
-------------------- --------------------

View File

@ -23,9 +23,9 @@ supports speed settings.
Configuration variables: Configuration variables:
------------------------ ------------------------
- **output** (**Required**, :ref:`config-id`): The id of the - **name** (*Optional*, string): The name for this fan.
- **output** (*Optional*, :ref:`config-id`): The id of the
:ref:`float output <output>` to use for this fan. :ref:`float output <output>` to use for this fan.
- **name** (**Required**, string): The name for this fan.
- **oscillation_output** (*Optional*, :ref:`config-id`): The id of the - **oscillation_output** (*Optional*, :ref:`config-id`): The id of the
:ref:`output <output>` to use for the oscillation state of this fan. Default is empty. :ref:`output <output>` to use for the oscillation state of this fan. Default is empty.
- **direction_output** (*Optional*, :ref:`config-id`): The id of the - **direction_output** (*Optional*, :ref:`config-id`): The id of the

View File

@ -69,7 +69,7 @@ author = "ESPHome"
# The short X.Y version. # The short X.Y version.
version = "2024.2" version = "2024.2"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "2024.2.0" release = "2024.2.1"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -558,21 +558,17 @@ Contributors
- `Granville Barker (@granvillebarker) <https://github.com/granvillebarker>`__ - `Granville Barker (@granvillebarker) <https://github.com/granvillebarker>`__
- `Antoine GRÉA (@grea09) <https://github.com/grea09>`__ - `Antoine GRÉA (@grea09) <https://github.com/grea09>`__
- `Greg Arnold (@GregJArnold) <https://github.com/GregJArnold>`__ - `Greg Arnold (@GregJArnold) <https://github.com/GregJArnold>`__
- `Greg MacLellan (@gregmac) <https://github.com/gregmac>`__
- `Gil Peeters (@grillp) <https://github.com/grillp>`__ - `Gil Peeters (@grillp) <https://github.com/grillp>`__
- `Guillaume Rischard (@grischard) <https://github.com/grischard>`__
- `George (@grob6000) <https://github.com/grob6000>`__ - `George (@grob6000) <https://github.com/grob6000>`__
- `groovejumper (@groovejumper) <https://github.com/groovejumper>`__ - `groovejumper (@groovejumper) <https://github.com/groovejumper>`__
- `gsexton (@gsexton) <https://github.com/gsexton>`__ - `gsexton (@gsexton) <https://github.com/gsexton>`__
- `Gabriel Sieben (@gsieben) <https://github.com/gsieben>`__ - `Gabriel Sieben (@gsieben) <https://github.com/gsieben>`__
- `Guillaume DELVIT (@guiguid) <https://github.com/guiguid>`__
- `guillempages (@guillempages) <https://github.com/guillempages>`__ - `guillempages (@guillempages) <https://github.com/guillempages>`__
- `Fabian Pflug (@gumulka) <https://github.com/gumulka>`__ - `Fabian Pflug (@gumulka) <https://github.com/gumulka>`__
- `Guyohms (@Guyohms) <https://github.com/Guyohms>`__ - `Guyohms (@Guyohms) <https://github.com/Guyohms>`__
- `Gilles van den Hoven (@gvdhoven) <https://github.com/gvdhoven>`__ - `Gilles van den Hoven (@gvdhoven) <https://github.com/gvdhoven>`__
- `h0jeZvgoxFepBQ2C (@h0jeZvgoxFepBQ2C) <https://github.com/h0jeZvgoxFepBQ2C>`__ - `h0jeZvgoxFepBQ2C (@h0jeZvgoxFepBQ2C) <https://github.com/h0jeZvgoxFepBQ2C>`__
- `h3ndrik (@h3ndrik) <https://github.com/h3ndrik>`__ - `h3ndrik (@h3ndrik) <https://github.com/h3ndrik>`__
- `H3 (@H3wastooshort) <https://github.com/H3wastooshort>`__
- `Andi (@h4de5) <https://github.com/h4de5>`__ - `Andi (@h4de5) <https://github.com/h4de5>`__
- `haade (@haade-administrator) <https://github.com/haade-administrator>`__ - `haade (@haade-administrator) <https://github.com/haade-administrator>`__
- `Peter van Dijk (@Habbie) <https://github.com/Habbie>`__ - `Peter van Dijk (@Habbie) <https://github.com/Habbie>`__
@ -583,7 +579,6 @@ Contributors
- `Gavin Mogan (@halkeye) <https://github.com/halkeye>`__ - `Gavin Mogan (@halkeye) <https://github.com/halkeye>`__
- `Charles (@hallard) <https://github.com/hallard>`__ - `Charles (@hallard) <https://github.com/hallard>`__
- `Aniket (@HandyHat) <https://github.com/HandyHat>`__ - `Aniket (@HandyHat) <https://github.com/HandyHat>`__
- `Harrison Jones (@harrisonhjones) <https://github.com/harrisonhjones>`__
- `Charles Thompson (@haryadoon) <https://github.com/haryadoon>`__ - `Charles Thompson (@haryadoon) <https://github.com/haryadoon>`__
- `Ha Thach (@hathach) <https://github.com/hathach>`__ - `Ha Thach (@hathach) <https://github.com/hathach>`__
- `Cong Hoang Nguyen (@HcNguyen111) <https://github.com/HcNguyen111>`__ - `Cong Hoang Nguyen (@HcNguyen111) <https://github.com/HcNguyen111>`__
@ -593,13 +588,10 @@ Contributors
- `Jimmy Hedman (@HeMan) <https://github.com/HeMan>`__ - `Jimmy Hedman (@HeMan) <https://github.com/HeMan>`__
- `Hemi03 (@Hemi03) <https://github.com/Hemi03>`__ - `Hemi03 (@Hemi03) <https://github.com/Hemi03>`__
- `HengYongChao (@HengYongChao) <https://github.com/HengYongChao>`__ - `HengYongChao (@HengYongChao) <https://github.com/HengYongChao>`__
- `HepoH3 (@HepoH3) <https://github.com/HepoH3>`__
- `Hermann Kraus (@herm) <https://github.com/herm>`__ - `Hermann Kraus (@herm) <https://github.com/herm>`__
- `Herr Frei (@herrfrei) <https://github.com/herrfrei>`__ - `Herr Frei (@herrfrei) <https://github.com/herrfrei>`__
- `highground88 (@highground88) <https://github.com/highground88>`__ - `highground88 (@highground88) <https://github.com/highground88>`__
- `hindenbugbite (@hindenbugbite) <https://github.com/hindenbugbite>`__ - `hindenbugbite (@hindenbugbite) <https://github.com/hindenbugbite>`__
- `Henrik Fransson (@hmfhmf) <https://github.com/hmfhmf>`__
- `Hamish Moffatt (@hmoffatt) <https://github.com/hmoffatt>`__
- `Hobby Components (@HobbyComponents) <https://github.com/HobbyComponents>`__ - `Hobby Components (@HobbyComponents) <https://github.com/HobbyComponents>`__
- `Hopperpop (@Hopperpop) <https://github.com/Hopperpop>`__ - `Hopperpop (@Hopperpop) <https://github.com/Hopperpop>`__
- `Ilia Sotnikov (@hostcc) <https://github.com/hostcc>`__ - `Ilia Sotnikov (@hostcc) <https://github.com/hostcc>`__
@ -653,6 +645,7 @@ Contributors
- `Jason-nz (@Jason-nz) <https://github.com/Jason-nz>`__ - `Jason-nz (@Jason-nz) <https://github.com/Jason-nz>`__
- `Jason2866 (@Jason2866) <https://github.com/Jason2866>`__ - `Jason2866 (@Jason2866) <https://github.com/Jason2866>`__
- `Jas Strong (@jasstrong) <https://github.com/jasstrong>`__ - `Jas Strong (@jasstrong) <https://github.com/jasstrong>`__
- `Alex Boyd (@javawizard) <https://github.com/javawizard>`__
- `Jay Greco (@jaygreco) <https://github.com/jaygreco>`__ - `Jay Greco (@jaygreco) <https://github.com/jaygreco>`__
- `Jay Newstrom (@JayNewstrom) <https://github.com/JayNewstrom>`__ - `Jay Newstrom (@JayNewstrom) <https://github.com/JayNewstrom>`__
- `Jeff (@jazzmonger) <https://github.com/jazzmonger>`__ - `Jeff (@jazzmonger) <https://github.com/jazzmonger>`__
@ -1241,6 +1234,7 @@ Contributors
- `tomlut (@tomlut) <https://github.com/tomlut>`__ - `tomlut (@tomlut) <https://github.com/tomlut>`__
- `tomle (@tomole444) <https://github.com/tomole444>`__ - `tomle (@tomole444) <https://github.com/tomole444>`__
- `Tom Price (@tomtom5152) <https://github.com/tomtom5152>`__ - `Tom Price (@tomtom5152) <https://github.com/tomtom5152>`__
- `Anthony Bourguignon (@Toniob) <https://github.com/Toniob>`__
- `David Kiliani (@torfbolt) <https://github.com/torfbolt>`__ - `David Kiliani (@torfbolt) <https://github.com/torfbolt>`__
- `Aleksandra M (@tort32) <https://github.com/tort32>`__ - `Aleksandra M (@tort32) <https://github.com/tort32>`__
- `tracestep (@tracestep) <https://github.com/tracestep>`__ - `tracestep (@tracestep) <https://github.com/tracestep>`__
@ -1329,4 +1323,4 @@ Contributors
- `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__ - `Zsolt Zsiros (@ZsZs73) <https://github.com/ZsZs73>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__ - `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated February 21, 2024.* *This page was last updated February 26, 2024.*