Merge pull request #1629 from esphome/bump-2021.11.1

2021.11.1
This commit is contained in:
Jesse Hills 2021-11-17 23:46:06 +13:00 committed by GitHub
commit 2e51bc86de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View File

@ -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 = 2021.11.0
PROJECT_NUMBER = 2021.11.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

View File

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

View File

@ -1 +1 @@
2021.11.0
2021.11.1

View File

@ -96,9 +96,14 @@ When using the default resolution of 0.5 for the BH17850, the result is now divi
Binary sensor device classes
----------------------------
:esphomepr:`2703` brings the binary sensor device classes up to date with Home Assistant, but this means that
the ``update`` ``device_class`` for binary sensors has been removed, you will get an error in your configuration if
you are using this device class.
:esphomepr:`2703` removed the ``update`` ``device_class`` for binary sensors incorrectly in 2021.11.0. :ghuser:`frenck` noticed this and has
added it back again in 2021.11.1.
Release 2021.11.1 - November 17
-------------------------------
- Fix AQI index calculator :esphomepr:`2739` by :ghuser:`freekode`
- Re-instate device class update for binary sensors :esphomepr:`2743` by :ghuser:`frenck`
Full list of changes
--------------------
@ -263,6 +268,8 @@ All changes
- Fix zeroconf time comparisons :esphomepr:`2733` by :ghuser:`jesserockz`
- BLE_Sensor: Use as_reversed_hex_array to properly parse UUIDs after #1627 :esphomepr:`2737` by :ghuser:`tekmaven` (breaking-change)
- Fix senseair component uart read timeout :esphomepr:`2658` by :ghuser:`rotarykite`
- Fix AQI index calculator :esphomepr:`2739` by :ghuser:`freekode`
- Re-instate device class update for binary sensors :esphomepr:`2743` by :ghuser:`frenck`
Past Changelogs
---------------

View File

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

View File

@ -555,7 +555,6 @@ Contributors
- `pieterbrink123 (@pieterbrink123) <https://github.com/pieterbrink123>`__
- `pille (@pille) <https://github.com/pille>`__
- `Tommy van der Vorst (@pixelspark) <https://github.com/pixelspark>`__
- `pixiandreas (@pixiandreas) <https://github.com/pixiandreas>`__
- `Peter Kuehne (@pkuehne) <https://github.com/pkuehne>`__
- `Plácido Revilla (@placidorevilla) <https://github.com/placidorevilla>`__
- `Marcus Kempe (@plopp) <https://github.com/plopp>`__
@ -563,7 +562,6 @@ Contributors
- `polyfaces (@polyfaces) <https://github.com/polyfaces>`__
- `poptix (@poptix) <https://github.com/poptix>`__
- `Iván Povedano (@pove) <https://github.com/pove>`__
- `pplucky (@pplucky) <https://github.com/pplucky>`__
- `probonopd (@probonopd) <https://github.com/probonopd>`__
- `Peter Stuifzand (@pstuifzand) <https://github.com/pstuifzand>`__
- `Peter Tatrai (@ptatrai) <https://github.com/ptatrai>`__
@ -574,7 +572,6 @@ Contributors
- `Tommy Jonsson (@quazzie) <https://github.com/quazzie>`__
- `Quentin Stafford-Fraser (@quentinsf) <https://github.com/quentinsf>`__
- `Quinn Hosler (@quinnhosler) <https://github.com/quinnhosler>`__
- `r-jordan (@r-jordan) <https://github.com/r-jordan>`__
- `Richard Kuhnt (@r15ch13) <https://github.com/r15ch13>`__
- `Richard Miles (@r89m) <https://github.com/r89m>`__
- `Pär Stålberg (@rabbadab) <https://github.com/rabbadab>`__
@ -586,14 +583,12 @@ Contributors
- `Ronald Dehuysser (@rdehuyss) <https://github.com/rdehuyss>`__
- `Alex (@redwngsrul) <https://github.com/redwngsrul>`__
- `Alex Reid (@reidprojects) <https://github.com/reidprojects>`__
- `rheinz (@rheinz) <https://github.com/rheinz>`__
- `Richard Klingler (@richardklingler) <https://github.com/richardklingler>`__
- `richardweinberger (@richardweinberger) <https://github.com/richardweinberger>`__
- `Rich Foley (@RichFoley) <https://github.com/RichFoley>`__
- `Richard Lewis (@richrd) <https://github.com/richrd>`__
- `Rico van Genugten (@ricovangenugten) <https://github.com/ricovangenugten>`__
- `rjlexx (@rjlexx) <https://github.com/rjlexx>`__
- `rjmurph2241 (@rjmurph2241) <https://github.com/rjmurph2241>`__
- `René Klomp (@rklomp) <https://github.com/rklomp>`__
- `rlowens (@rlowens) <https://github.com/rlowens>`__
- `Roy Meissner (@rmeissn) <https://github.com/rmeissn>`__