Merge branch 'current' into next

This commit is contained in:
Jesse Hills 2022-02-18 10:15:58 +13:00
commit ea33d199cd
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 11 additions and 2 deletions

View File

@ -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." />
</a>
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 </components/debug>` 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
---------------

View File

@ -681,6 +681,7 @@ Contributors
- `Stefan (@stefanroelofs) <https://github.com/stefanroelofs>`__
- `stegm (@stegm) <https://github.com/stegm>`__
- `Steve Baxter (@stevebaxter) <https://github.com/stevebaxter>`__
- `Stewart (@stewiem2000) <https://github.com/stewiem2000>`__
- `sticilface (@sticilface) <https://github.com/sticilface>`__
- `StijnVdd (@StijnVdd) <https://github.com/StijnVdd>`__
- `Stijn Tintel (@stintel) <https://github.com/stintel>`__
@ -767,7 +768,6 @@ Contributors
- `Wauter (@Wauter) <https://github.com/Wauter>`__
- `WeekendWarrior1 (@WeekendWarrior1) <https://github.com/WeekendWarrior1>`__
- `Ian Wells (@wellsi) <https://github.com/wellsi>`__
- `Werner Beroux (@wernight) <https://github.com/wernight>`__
- `wifwucite (@wifwucite) <https://github.com/wifwucite>`__
- `wilberforce (@wilberforce) <https://github.com/wilberforce>`__
- `William Charlton (@willwill2will54) <https://github.com/willwill2will54>`__
@ -794,4 +794,4 @@ Contributors
- `San (@zhujunsan) <https://github.com/zhujunsan>`__
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
*This page was last updated February 16, 2022.*
*This page was last updated February 17, 2022.*