diff --git a/changelog/2022.2.0.rst b/changelog/2022.2.0.rst index de9500dd3..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 ---------------------------------- @@ -102,6 +106,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 +261,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 --------------- 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.*