mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Merge branch 'beta' into next
This commit is contained in:
commit
5d727a7ea4
@ -19,6 +19,22 @@ ESPHome 2024.5.0 - 15th May 2024
|
|||||||
Template Datetime, components/datetime/template, description.svg, dark-invert
|
Template Datetime, components/datetime/template, description.svg, dark-invert
|
||||||
WeiKai SPI/I²C UART/IO Expander, components/weikai, wk2168.jpg
|
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 <https://www.home-assistant.io/blog/2023/08/02/release-20238/#introducing-the-event-entity>`__.
|
||||||
|
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
|
Full list of changes
|
||||||
--------------------
|
--------------------
|
||||||
@ -58,6 +74,7 @@ Beta Changes
|
|||||||
- Fix ESPHOME_PROJECT_VERSION_30 :esphomepr:`6731` by :ghuser:`jesserockz`
|
- 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`
|
- 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`
|
- 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
|
All changes
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
@ -204,6 +221,7 @@ All changes
|
|||||||
- Fix ESPHOME_PROJECT_VERSION_30 :esphomepr:`6731` by :ghuser:`jesserockz`
|
- 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`
|
- 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`
|
- 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
|
Past Changelogs
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
Reference in New Issue
Block a user