Skip to content

Latest commit

 

History

History
231 lines (202 loc) · 13 KB

2024.4.0.rst

File metadata and controls

231 lines (202 loc) · 13 KB

ESPHome 2024.4.0 - 17th April 2024

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

.. imgtable::
    :columns: 4

    Template Datetime Time, components/datetime/template, description.svg, dark-invert
    SUN-GTIL2 inverter, components/sun_gtil2, sun_1000g2.png
    AT581X, components/at581x, at581x.png
    JSN-SR04T, components/sensor/jsn_sr04t, jsn-sr04t-v3.jpg

    Daikin ARC, components/climate/climate_ir, air-conditioner-ir.svg, dark-invert
    HHCCJCY10 (MiFlora Pink), components/sensor/xiaomi_hhccjcy10, xiaomi_hhccjcy10.jpg
    TLC5971, components/output/tlc5971, tlc5971.jpg
    Dooya, components/remote_transmitter, remote.svg


Time Entities

ESPHome now has support for time entities that can be set from the frontend (like Home Assistant). THis allows you to set a timer to execute future automations on device.

ESPHome Dates require Home Assistant 2024.4 or later.

Voice Assistant Audio

This release adds support for sending and receiving audio to/from voice assistants via the API. Currently ESPHome sends and receives the Voice Assistant audio bytes via a UDP socket which can be unreliable and insecure. Beginning with Home Assistant 2024.5, both sides will automatically recognise that they both support API Audio and will use that route instead. This is more reliable because the ESPHome API uses a TCP socket, so packet order and delivery is guaranteed, and if you use API Encryption, your audio will also be encrypted in transit.

Release 2024.4.1 - April 23

Release 2024.4.2 - April 30

Full list of changes

New Components

Breaking Changes

Beta Changes

All changes

Past Changelogs