Skip to content

Latest commit

 

History

History
190 lines (168 loc) · 12.9 KB

v1.18.0.rst

File metadata and controls

190 lines (168 loc) · 12.9 KB

Changelog - Version 1.18.0 - 19th May 2021

.. seo::
    :description: Changelog for ESPHome version 1.18.0.
    :image: /_static/changelog-1.18.0.png
    :author: ESPHome
    :author_twitter: @esphome_

.. imgtable::
    :columns: 4

    BME680 via BSEC, components/sensor/bme680_bsec, bme680.jpg
    b-parasite, components/sensor/b_parasite, b_parasite.jpg
    SGP40, components/sensor/sgp40, sgp40.jpg
    SHT4X, components/sensor/sht4x, sht4x.jpg

    TCA9548A I²C Multiplexer, components/tca9548a, tca9548a.jpg
    Grow Fingerprint Reader, components/fingerprint_grow, fingerprint.svg
    TOF10120, components/sensor/tof10120, tof10120.jpg
    SM2135, components/output/sm2135, sm2135.svg

    ESP32 BLE Client, components/ble_client, bluetooth.svg
    BLE Sensor, components/sensor/ble_sensor, bluetooth.svg
    External Components, components/external_components, external_components.svg


It feels like I was just writing the release notes for 1.17 not long ago, so here's to getting ESPHome going on a regular schedule.

Releases will be set for the 3rd Wednesday of each month, with a beta release starting 1 week earlier for those who would like to test that and help make sure it is stable.

Apart from a few new sensors, we now have built in support for :doc:`/components/external_components`, check it out. Thanks :ghuser:`OttoWinter` and :ghuser:`glmnet`

Also now, an ESPHome device is able to connect to other BLE devices and become a :doc:`/components/ble_client`, reading sensors and controlling switches etc. You can read basic sensor values using the :doc:`/components/sensor/ble_client` component or use the data displayed in the logs to build a new native component that provides the sensors/switches/etc directly.

Jesse

New Integrations

Breaking Changes

Beta Fixes

All changes

Past Changelogs