Skip to content

Latest commit

 

History

History
274 lines (241 loc) · 15.2 KB

2023.2.0.rst

File metadata and controls

274 lines (241 loc) · 15.2 KB

ESPHome 2023.2.0 - 15th February 2023

.. seo::
    :description: Changelog for ESPHome 2023.2.0.
    :image: /_static/changelog-2023.2.0.png
    :author: Jesse Hills
    :author_twitter: @jesserockz

.. imgtable::
    :columns: 4

    PCA9554 I/O Expander, components/pca9554, pca9554a.jpg
    BP1658CJ, components/output/bp1658cj, bp1658cj.svg
    BP5758D, components/output/bp5758d, bp5758d.svg
    SM2235, components/output/sm2235, sm2235.svg
    SM2335, components/output/sm2335, sm2335.svg
    PCF85063 RTC, components/time/pcf85063, clock-outline.svg, dark-invert
    Matrix Keypad, components/matrix_keypad, matrix_keypad.jpg
    X9C Potentiometer, components/output/x9c, x9c.jpg
    EE895, components/sensor/ee895, EE895.png
    HTE501, components/sensor/hte501, HTE501.png
    TEE501, components/sensor/tee501, TEE501.png
    Sigma-Delta Output, components/output/sigma_delta_output, sigma-delta.svg, dark-invert
    Wiegand Reader, components/wiegand, wiegand.jpg
    MiCS-4514, components/sensor/mics_4514, mics_4514.jpg
    LD2410, components/sensor/ld2410, ld2410.jpg
    Resol VBus, components/vbus, resol_deltasol_bs_plus.jpg


Friendly Name

ESPHome now supports setting a friendly_name which is sent to Home Assistant. This name will be used for the config entry, the device name, and will be automatically prefixed to all of the entities where needed by Home Assistant.

Note

If you opt to use this new friendly name, take note that you should remove any friendly name (substitition) that you currently prepend onto entity name in YAML.

esphome:
  name: living-room
  friendly_name: Living Room

sensor:
  - platform: dht
    pin: GPIO5
    name: Temperature

ESPHome Update Entities in Home Assistant

Home Assistant has offered "read-only" update entities since 2023.2.0 for ESPHome devices. This release of ESPHome added a new API required so that those update entities can now trigger a build and install of the new firmware "over the air" to your devices.

Release 2023.2.1 - February 16

Release 2023.2.2 - February 17

Release 2023.2.3 - February 20

Release 2023.2.4 - February 23

Full list of changes

New Components

Breaking Changes

Beta Changes

All changes

Past Changelogs