From a0771bfe4a5fff97e7cc527fb874a5c8e9dc788a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 15 May 2024 13:22:10 +1200 Subject: [PATCH] Update changelog for 2024.5.0b6 --- changelog/2024.5.0.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/changelog/2024.5.0.rst b/changelog/2024.5.0.rst index 323f15466..6b54269d7 100644 --- a/changelog/2024.5.0.rst +++ b/changelog/2024.5.0.rst @@ -19,6 +19,22 @@ 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 +------------------------ + +This release brings a new ``Valve`` component, which can be used to control valves. +A ``Valve`` can be opened, closed, or a specific position set if supported. + +``Event`` entities were added to Home Assistant in `2023.8 `__. +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. + +ESP32 ADC Attenuation +--------------------- + +The attenuation configuration option for ESP32 ``adc`` sensors has had a deprecation in the underlying ESP-IDF framework with the ``11dB`` option. +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**. Full list of changes -------------------- @@ -58,6 +74,7 @@ Beta Changes - Fix ESPHOME_PROJECT_VERSION_30 :esphomepr:`6731` by :ghuser:`jesserockz` - Voice-Assistant: Start-order change for VAD disabled: start va-pipeline when microphon… :esphomepr:`6391` by :ghuser:`gnumpi` - Add ANNOUNCING state to media_player. :esphomepr:`6691` by :ghuser:`gnumpi` +- [adc] Fix 11db deprecation warning :esphomepr:`6749` by :ghuser:`jesserockz` (notable-change) All changes ^^^^^^^^^^^ @@ -204,6 +221,7 @@ All changes - Fix ESPHOME_PROJECT_VERSION_30 :esphomepr:`6731` by :ghuser:`jesserockz` - Voice-Assistant: Start-order change for VAD disabled: start va-pipeline when microphon… :esphomepr:`6391` by :ghuser:`gnumpi` - Add ANNOUNCING state to media_player. :esphomepr:`6691` by :ghuser:`gnumpi` +- [adc] Fix 11db deprecation warning :esphomepr:`6749` by :ghuser:`jesserockz` (notable-change) Past Changelogs ---------------