diff --git a/changelog/2022.5.0.rst b/changelog/2022.5.0.rst index 0ea974529..418bf656d 100644 --- a/changelog/2022.5.0.rst +++ b/changelog/2022.5.0.rst @@ -42,6 +42,13 @@ The ``select`` component has had a bunch of new features and actions added. Alongside these new changes were some removals of internal (but public) functions on ``select`` and ``number`` components that might break ``external_components`` or ``lambdas`` that might have been using them. See :esphomepr:`3457` and :esphomepr:`3458` for more details. +Release 2022.5.1 - May 24 +------------------------- + +- Update bedjet_const.h to remove blank spaces before speed steps, fixes Unknown Error when using climate.set_fan_mode in HA :esphomepr:`3476` by :ghuser:`user897943` +- Add missing import to bedjet :esphomepr:`3490` by :ghuser:`jesserockz` +- esp32: fix NVS :esphomepr:`3497` by :ghuser:`martgras` + Full list of changes --------------------