Update changelog for 2022.8.2

This commit is contained in:
Jesse Hills 2022-09-06 13:18:18 +12:00
parent 397b6b7ac9
commit 97dfc7f711
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,19 @@ ESPHome 2022.8.0 - 17th August 2022
Feedback Cover, components/cover/feedback, feedback_cover.svg
SMT100, components/sensor/smt100, smt100.jpg, Moisture & Temperature
Whynter IR Climate, components/climate/climate_ir, air-conditioner-ir.svg
Bluetooth Proxy, components/bluetooth_proxy, bluetooth.svg
Bluetooth Proxy
---------------
ESPHome 2022.8.2 brings a new feature that allows you to use your ESP32 devices as Bluetooth Proxies for Home Assistant.
They will forward the BLE Advertisements to Home Assistant which will then trigger a discovery and allow you to set up
an integration for the found devices. This allows you to set up multiple ESP32 Bluetooth Proxies around the area to make
sure all advertisements are received reliably.
We have created a few examples that are ready to flash directly from your browser for some specific devices:
https://esphome.github.io/bluetooth-proxies/
Sprinkler controller
@ -43,6 +56,13 @@ Release 2022.8.1 - September 1
- fix grow password setting :esphomepr:`3722` by :ghuser:`ssieb`
- Fix SPI HW selection for ESP32 variants :esphomepr:`3728` by :ghuser:`kbx81`
Release 2022.8.2 - September 6
------------------------------
- Initial bluetooth_proxy support :esphomepr:`3736` by :ghuser:`jesserockz` (new-integration)
- Ignore NaN states in the integration component :esphomepr:`3767` by :ghuser:`anatoly-savchenkov`
- Update modbus_controller.cpp :esphomepr:`3768` by :ghuser:`Avirsaam`
Full list of changes
--------------------