From d833299e0ebac2d13989131d304023ce6766d80c Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 17 Feb 2022 07:36:15 +1300 Subject: [PATCH 1/4] Bump version to 2022.2.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index aef277212..43ec7e308 100644 --- a/Doxygen +++ b/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 = 2022.2.0 +PROJECT_NUMBER = 2022.2.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 diff --git a/Makefile b/Makefile index 072485065..bbf225254 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.2.0 +ESPHOME_REF = 2022.2.1 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 76e577b7a..bb486e62b 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.2.0 \ No newline at end of file +2022.2.1 \ No newline at end of file diff --git a/conf.py b/conf.py index a97ca260a..7624e0925 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "2022.2" # The full version, including alpha/beta/rc tags. -release = "2022.2.0" +release = "2022.2.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 366e7c308d21171f186856c6f89d87ff55ce5120 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 17 Feb 2022 07:37:00 +1300 Subject: [PATCH 2/4] Update changelog for 2022.2.1 --- changelog/2022.2.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index de9500dd3..c9bb59be1 100644 --- a/changelog/2022.2.0.rst +++ b/changelog/2022.2.0.rst @@ -102,6 +102,10 @@ Debug Sensors Breaking change The sub-sensors of the ``debug`` have been moved to their respective component platforms. Please see the :doc:`documentation ` page for the new way to configure them. +Release 2022.2.1 - February 17 +------------------------------ + +- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000` Full list of changes -------------------- @@ -253,6 +257,7 @@ All changes - Allow framework version validator to be maximum version :esphomepr:`3197` by :ghuser:`jesserockz` (breaking-change) - Fix strlcpy() uses to make long SSIDs and passwords work :esphomepr:`3199` by :ghuser:`mmakaay` - Update HA addon token :esphomepr:`3200` by :ghuser:`jesserockz` +- Fix missed ARDUINO_VERSION_CODE to USE_ARDUINO_VERSION_CODE changes :esphomepr:`3206` by :ghuser:`stewiem2000` Past Changelogs --------------- From c27eeae5535cc8a4e6e700a3f06b20475ba09abf Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 17 Feb 2022 07:37:31 +1300 Subject: [PATCH 3/4] Update supporters for 2022.2.1 --- guides/supporters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 2d76c136b..8d6533f35 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -681,6 +681,7 @@ Contributors - `Stefan (@stefanroelofs) `__ - `stegm (@stegm) `__ - `Steve Baxter (@stevebaxter) `__ +- `Stewart (@stewiem2000) `__ - `sticilface (@sticilface) `__ - `StijnVdd (@StijnVdd) `__ - `Stijn Tintel (@stintel) `__ @@ -767,7 +768,6 @@ Contributors - `Wauter (@Wauter) `__ - `WeekendWarrior1 (@WeekendWarrior1) `__ - `Ian Wells (@wellsi) `__ -- `Werner Beroux (@wernight) `__ - `wifwucite (@wifwucite) `__ - `wilberforce (@wilberforce) `__ - `William Charlton (@willwill2will54) `__ @@ -794,4 +794,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated February 16, 2022.* +*This page was last updated February 17, 2022.* From 1a826041d3d2fc4587296a2caee3d7e66c8d9f66 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 18 Feb 2022 07:34:41 +1300 Subject: [PATCH 4/4] Add locks to changelog (#1916) --- changelog/2022.2.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index c9bb59be1..6e1d66b8a 100644 --- a/changelog/2022.2.0.rst +++ b/changelog/2022.2.0.rst @@ -60,6 +60,10 @@ And then install the latest ESPHome addon here: alt="Open your Home Assistant instance and show the dashboard of a Supervisor add-on." /> +Locks +----- + +Lock Entities have been added to ESPHome. These will be available after Home Assistant 2022.3 is released. Thanks :ghuser:`kbickar`. ESP8266 recommended framework bump ----------------------------------