mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-02 08:49:48 +01:00
Update changelog for 2024.5.1
This commit is contained in:
parent
0c22be3083
commit
e9fb841886
@ -19,6 +19,7 @@ ESPHome 2024.5.0 - 15th May 2024
|
||||
Template Datetime, components/datetime/template, description.svg, dark-invert
|
||||
WeiKai SPI/I²C UART/IO Expander, components/weikai, wk2168.jpg
|
||||
|
||||
|
||||
Valves, Events, and More
|
||||
------------------------
|
||||
|
||||
@ -29,6 +30,9 @@ A ``Valve`` can be opened, closed, or a specific position set if supported.
|
||||
They allow better structure and also history and logging of the events sent from ESPHome to Home Assistant compared to just using publishing events onto the
|
||||
Home Assistant event bus with the ``homeassistant.event`` action.
|
||||
|
||||
The ``datetime`` component has also been extended with ``DateTime`` and ``Time`` entity types this release.
|
||||
|
||||
|
||||
ESP32 ADC Attenuation
|
||||
---------------------
|
||||
|
||||
@ -36,6 +40,16 @@ The attenuation configuration option for ESP32 ``adc`` sensors has had a depreca
|
||||
The value to replace ``11dB`` with is ``12dB``. There are no functionality changes otherwise. There will be a warning in the logs when installing if you
|
||||
are using ``11dB`` and it will be removed in **2024.8.0**.
|
||||
|
||||
|
||||
Release 2024.5.1 - May 20
|
||||
-------------------------
|
||||
|
||||
- Add device_class to valve core config :esphomepr:`6765` by :ghuser:`acshef`
|
||||
- Synchronise Device Classes from Home Assistant :esphomepr:`6768` by :ghuser:`esphomebot`
|
||||
- Fix Upload from Dashboard with MQTT discovery. :esphomepr:`6774` by :ghuser:`Links2004`
|
||||
- Fix MQTT dashboard discovery (Exception in MqttStatusThread). :esphomepr:`6775` by :ghuser:`Links2004`
|
||||
|
||||
|
||||
Full list of changes
|
||||
--------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user