ESPHome 2022.2.0 - 16th February 2022

Home Assistant Addon Repo Copy link to header

In a future Supervisor version, the ESPHome Home Assistant addon repositoryExternal link will be added by default to new Home Assistant installations. We have decided that we will deprecate the ESPHome addon inside the Community AddonsExternal link and everyone should move to the ESPHome repo. It is safe to delete the ESPHome addon as your configuration YAML files are stored in the Home Assistant configuration folder.

You can add the ESPHome addon here:

Open your Home Assistant instance and show the dashboard of the ESPHome add-on.

Locks Copy link to header

Lock Entities have been added to ESPHome. These will be available after Home Assistant 2022.3 is released. Thanks @kbickar.

The recommended (and therefore default) version of Arduino for ESP8266 devices has been bumped to 3.0.2 from 2.7.4. This brings many underlying changes to the ESP8266 SDK. The 3.0.2 release has been out since July 2021 but ESPHome just did not bump the default until now.

FastLED Copy link to header

Due to the Arduino bump, the FastLED library suffers issues when running on ESP8266 on Arduino 3+. Because of this there is now a restriction on the fastled_clockless and fastled_spi components to only allow using them if you change the arduino version back to 2.7.4 or lower. This will be in place until the library can update and fix the issues. See the documentation for information on how to continue using the lights.

Improv serial Wi-Fi scan Copy link to header

Improv serial has been updated to be able to start a Wi-Fi scan and send the results back to the improv client so the user can select the network SSID instead of having to type it in.

Tuya Multi multi-datapoint Copy link to header

Some work was done on the tuya component to support devices that send all of their datapoints in a single message. This allows for more devices to be supported and should not cause issues with existing devices but please create an issue if it does.

Debug Sensors Breaking change Copy link to header

The sub-sensors of the debug have been moved to their respective component platforms. Please see the documentation page for the new way to configure them.

Release 2022.2.1 - February 17 Copy link to header

Release 2022.2.2 - February 18 Copy link to header

Release 2022.2.3 - February 18 Copy link to header

Release 2022.2.4 - February 21 Copy link to header

Release 2022.2.5 - February 23 Copy link to header

Release 2022.2.6 - March 2 Copy link to header

Full list of changes Copy link to header

New Features Copy link to header

New Components Copy link to header

Breaking Changes Copy link to header

Notable Changes Copy link to header

Beta Changes Copy link to header

All changes Copy link to header

Past Changelogs Copy link to header

CURRENT