Skip to content

Latest commit

 

History

History
231 lines (203 loc) · 13.5 KB

2023.3.0.rst

File metadata and controls

231 lines (203 loc) · 13.5 KB

ESPHome 2023.3.0 - 15th March 2023

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

.. imgtable::
    :columns: 4

    Internal Temperature, components/sensor/internal_temperature, thermometer.svg, dark-invert
    Mopeka Standard Check LP, components/sensor/mopeka_std_check, mopeka_std_check.jpg
    Person Sensor (SEN21231), components/sensor/sen21231, sen21231.png
    Haier Climate, components/climate/haier, haier.svg
    FS3000, components/sensor/fs3000, fs3000.jpg
    Absolute Humidity, components/sensor/absolute_humidity, water-drop.svg, dark-invert
    AS7341, components/sensor/as7341, as7341.jpg, Spectral Color Sensor


Sprinkler updates

The sprinkler component has had a big update thanks to :ghuser:`kbx81`. The method time_remaining() has been renamed to time_remaining_active_valve() for clarity. If you use this to display time remaining, simply update the name of the method in your code/lambda(s).

Tuya lights

Tuya Lights have had a configuration change and replaced rgb_datapoint and hsv_datapoint with a new combination of color_datapoint and color_type. See the updated documentation (:doc:`/components/light/tuya`) for more information.

SN74HC165

The pin/bit order has been reversed per shift register so that pin 0 is now input A.

Release 2023.3.1 - March 22

Release 2023.3.2 - March 27

Full list of changes

New Components

Breaking Changes

Beta Changes

All changes

Past Changelogs