Skip to content

Commit

Permalink
Merge branch 'next' into current
Browse files Browse the repository at this point in the history
  • Loading branch information
endym authored Oct 10, 2024
2 parents a8a335d + 660df0f commit 19334b2
Show file tree
Hide file tree
Showing 51 changed files with 899 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
component: ${{ needs.prepare.outputs.name }}

- name: Upload
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.4.2
id: upload-artifact
with:
name: ${{ needs.prepare.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion Doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2024.9.2
PROJECT_NUMBER = 2024.11.0-dev

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = 2024.9.2
ESPHOME_REF = dev
PAGEFIND_VERSION=1.1.0
PAGEFIND=pagefind
NET_PAGEFIND=../pagefindbin/pagefind
Expand Down
Binary file added _static/changelog-2024.10.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.9.2
2024.11.0-dev
183 changes: 183 additions & 0 deletions changelog/2024.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
ESPHome 2024.10.0 - 16th October 2024
=====================================

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

.. imgtable::
:columns: 3

Audio DAC Core, components/audio_dac/index, audio_dac.svg
AIC3204, components/audio_dac/aic3204, aic3204.svg
GP2Y1010AU0F, components/sensor/gp2y1010au0f, gp2y1010au0f.png
Grove Gas V2, components/sensor/grove_gas_mc_v2, grove-gas-mc-v2.png
NAU7802, components/sensor/nau7802, nau7802.jpg
NPI-19, components/sensor/npi19, npi19.jpg
TCA9555, components/tca9555, tca9555.svg
TE-M3200, components/sensor/tem3200, tem3200.jpg


Full list of changes
--------------------

New Components
^^^^^^^^^^^^^^

- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration)
- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration)
- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration)
- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration)
- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration)
- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration)
- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration)

New Platforms
^^^^^^^^^^^^^

- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)

Breaking Changes
^^^^^^^^^^^^^^^^

- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)
- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change)
- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change)
- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change)

All changes
^^^^^^^^^^^

- Bump peter-evans/create-pull-request from 7.0.0 to 7.0.2 :esphomepr:`7437` by :ghuser:`dependabot[bot]`
- Bump recommended ESP-IDF to 4.4.8 :esphomepr:`7349` by :ghuser:`bdraco`
- [tm1638] Fix linting and formatting issues :esphomepr:`7443` by :ghuser:`jesserockz`
- [image] Fix linting and formatting issues :esphomepr:`7440` by :ghuser:`jesserockz`
- [animation] Fix linting and formatting issues :esphomepr:`7439` by :ghuser:`jesserockz`
- [thermostat] Fix linting and formatting issues :esphomepr:`7442` by :ghuser:`jesserockz`
- Add OpenTherm component (part 1: communication layer and hub) :esphomepr:`6645` by :ghuser:`olegtarasov` (new-integration)
- [st7701s] Make use of IDF5.x to speed up display operations :esphomepr:`7447` by :ghuser:`clydebarrow`
- [modbus_controller] Fix linting and formatting issues :esphomepr:`7441` by :ghuser:`jesserockz`
- Bump pylint from 3.1.0 to 3.2.7 :esphomepr:`7438` by :ghuser:`jesserockz`
- Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 :esphomepr:`7457` by :ghuser:`dependabot[bot]`
- openeth ethernet / qemu support :esphomepr:`7020` by :ghuser:`apbodrov`
- [nextion] Optionally skip connection handshake :esphomepr:`6905` by :ghuser:`edwardtfn`
- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)
- Added i2s_comm_fmt parameter to i2s speaker component :esphomepr:`7449` by :ghuser:`PxPert`
- [lvgl] Enhancements :esphomepr:`7453` by :ghuser:`clydebarrow`
- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration)
- [st7701s] Fix initialisation race :esphomepr:`7462` by :ghuser:`clydebarrow`
- add "fan_mode" and "swing_mode" to REST API :esphomepr:`7476` by :ghuser:`Tarik2142`
- [esp32_improv] Add triggers for various states :esphomepr:`7461` by :ghuser:`kbx81`
- [micro_wake_word] Workaround for failing IDF 5+ tests :esphomepr:`7484` by :ghuser:`kbx81`
- Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 :esphomepr:`7469` by :ghuser:`dependabot[bot]`
- Add CSE7766 reactive power :esphomepr:`7301` by :ghuser:`nkinnan`
- Support inkplate 5 and 5 V2 :esphomepr:`7448` by :ghuser:`DavidSichau`
- Add remote transmitter triggers :esphomepr:`7483` by :ghuser:`swoboda1337`
- tcs34725: fix color/clear channel percentage calculations on long exposures :esphomepr:`7493` by :ghuser:`RubenKelevra`
- tcs34725: Add check for Division by Zero :esphomepr:`7485` by :ghuser:`RubenKelevra`
- [core] add ring buffer destructor :esphomepr:`7500` by :ghuser:`kahrendt`
- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change)
- Add clean_session as configurable option to the MQTT component :esphomepr:`7501` by :ghuser:`victorclaessen`
- [wifi] Use custom MAC address if programmed :esphomepr:`7498` by :ghuser:`kbx81`
- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration)
- Make time dependency optional :esphomepr:`7425` by :ghuser:`nkinnan`
- Add OHF logo to README :esphomepr:`7509` by :ghuser:`mrdarrengriffin`
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 :esphomepr:`7487` by :ghuser:`dependabot[bot]`
- tcs34725: optimize fetch time with burst read for RGB and clear values :esphomepr:`7494` by :ghuser:`RubenKelevra`
- tcs34725: Remove IR compensation and improve illuminance and color temperature handling in extreme conditions :esphomepr:`7492` by :ghuser:`RubenKelevra`
- [CI] Remove ``sorted`` from library include dirs :esphomepr:`7526` by :ghuser:`kbx81`
- [wifi] Fix error message when no custom MAC is set :esphomepr:`7515` by :ghuser:`kbx81`
- [esp32] Add ``ignore_efuse_custom_mac`` config var :esphomepr:`7527` by :ghuser:`kbx81`
- [mics_4514] Move consts to consts.py :esphomepr:`7528` by :ghuser:`jesserockz`
- Fix parsing of µs time periods in config :esphomepr:`7495` by :ghuser:`dwmw2`
- [web_server] Expose detail=all on all components :esphomepr:`7531` by :ghuser:`RFDarter`
- [CI] Use a list when reading idedata for includes :esphomepr:`7535` by :ghuser:`kbx81`
- Use "puremagic" instead of "magic" python module :esphomepr:`7536` by :ghuser:`guillempages`
- [lvgl] Remap image to img in "set_style_*" :esphomepr:`7546` by :ghuser:`guillempages`
- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change)
- Allow use of all pulse count unit channels if needed. :esphomepr:`7550` by :ghuser:`ToSa27`
- [bang-bang] Remove ``assert()`` :esphomepr:`7533` by :ghuser:`kbx81`
- [thermostat] Remove ``assert()`` :esphomepr:`7544` by :ghuser:`kbx81`
- [bedjet_codec] Remove ``assert()`` :esphomepr:`7543` by :ghuser:`kbx81`
- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration)
- [wifi] Replace ``USE_ESP32_IGNORE_EFUSE_MAC_CRC`` with IDF's ``CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR`` :esphomepr:`7502` by :ghuser:`kbx81`
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory :esphomepr:`7542` by :ghuser:`dependabot[bot]`
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 :esphomepr:`7541` by :ghuser:`dependabot[bot]`
- Bump docker/build-push-action from 6.7.0 to 6.9.0 in /.github/actions/build-image :esphomepr:`7511` by :ghuser:`dependabot[bot]`
- [code-quality] fix clang-tidy md5 and hmac_md5 :esphomepr:`7325` by :ghuser:`tomaszduda23`
- [code-quality] fix clang-tidy api :esphomepr:`7279` by :ghuser:`tomaszduda23`
- [lvgl] Bugfixes #3 :esphomepr:`7472` by :ghuser:`clydebarrow`
- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration)
- [lvgl] Fix: allow full range of styles on dropdown list. :esphomepr:`7552` by :ghuser:`clydebarrow`
- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change)
- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration)
- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration)
- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration)
- Update webserver local assets to 20241007-025551 :esphomepr:`7553` by :ghuser:`esphomebot`
- [online_image] Bugfix: Use std::string instead of const char * :esphomepr:`7556` by :ghuser:`clydebarrow`
- [ili9xxx] Put display into sleep mode on shutdown. :esphomepr:`7555` by :ghuser:`clydebarrow`
- Bump actions/upload-artifact from 4.4.0 to 4.4.1 :esphomepr:`7559` by :ghuser:`dependabot[bot]`
- Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/restore-python :esphomepr:`7560` by :ghuser:`dependabot[bot]`
- Bump actions/cache from 4.0.2 to 4.1.0 :esphomepr:`7558` by :ghuser:`dependabot[bot]`
- Update radon_eye_listener.cpp for more possible variants :esphomepr:`7567` by :ghuser:`baldisos`
- [cst816] Allow skipping i2c probe :esphomepr:`7557` by :ghuser:`clydebarrow`
- [lvgl] Fix text component :esphomepr:`7563` by :ghuser:`clydebarrow`
- [template/binary_sensor] Implement `condition:` option as alternative to lambda. :esphomepr:`7561` by :ghuser:`clydebarrow`
- Bump actions/upload-artifact from 4.4.1 to 4.4.2 :esphomepr:`7569` by :ghuser:`dependabot[bot]`
- Bump actions/cache from 4.1.0 to 4.1.1 :esphomepr:`7570` by :ghuser:`dependabot[bot]`
- Bump actions/cache from 4.1.0 to 4.1.1 in /.github/actions/restore-python :esphomepr:`7571` by :ghuser:`dependabot[bot]`

Past Changelogs
---------------

- :doc:`2024.9.0`
- :doc:`2024.8.0`
- :doc:`2024.7.0`
- :doc:`2024.6.0`
- :doc:`2024.5.0`
- :doc:`2024.4.0`
- :doc:`2024.3.0`
- :doc:`2024.2.0`
- :doc:`2023.12.0`
- :doc:`2023.11.0`
- :doc:`2023.10.0`
- :doc:`2023.9.0`
- :doc:`2023.8.0`
- :doc:`2023.7.0`
- :doc:`2023.6.0`
- :doc:`2023.5.0`
- :doc:`2023.4.0`
- :doc:`2023.3.0`
- :doc:`2023.2.0`
- :doc:`2022.12.0`
- :doc:`2022.11.0`
- :doc:`2022.10.0`
- :doc:`2022.9.0`
- :doc:`2022.8.0`
- :doc:`2022.6.0`
- :doc:`2022.5.0`
- :doc:`2022.4.0`
- :doc:`2022.3.0`
- :doc:`2022.2.0`
- :doc:`2022.1.0`
- :doc:`2021.12.0`
- :doc:`2021.11.0`
- :doc:`2021.10.0`
- :doc:`2021.9.0`
- :doc:`2021.8.0`
- :doc:`v1.20.0`
- :doc:`v1.19.0`
- :doc:`v1.18.0`
- :doc:`v1.17.0`
- :doc:`v1.16.0`
- :doc:`v1.15.0`
- :doc:`v1.14.0`
- :doc:`v1.13.0`
- :doc:`v1.12.0`
- :doc:`v1.11.0`
- :doc:`v1.10.0`
- :doc:`v1.9.0`
- :doc:`v1.8.0`
- :doc:`v1.7.0`
2 changes: 1 addition & 1 deletion changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========

.. redirect::
:url: /changelog/2024.9.0.html
:url: /changelog/2024.10.0.html

.. toctree::
:glob:
Expand Down
2 changes: 1 addition & 1 deletion components/alarm_control_panel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Configuration variables:
- **on_chime** (*Optional*, :ref:`Action <config-action>`): An automation to perform
when a zone has been marked as chime in the configuration, and it changes from closed to open.
See :ref:`alarm_control_panel_on_chime_trigger`.
- If Webserver enabled and version 3 is selected, All other options from Webserver Component.. See :ref:`Webserver Version 3 <config-webserver-version-3-options>`.
- If MQTT enabled, all other options from :ref:`MQTT Component <config-mqtt-component>`.
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.


Automation:
Expand Down
54 changes: 54 additions & 0 deletions components/audio_dac/aic3204.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
AIC3204
=======

.. seo::
:description: Instructions for using ESPHome's AIC3204 audio DAC platform to play media from your devices.
:image: i2s_audio.svg
:keywords: AIC3204, Audio, DAC, I2S, ESP32

The ``aic3204`` platform allows your ESPHome devices to use the AIC3204 ultra low power stereo audio codec (DAC).
This allows the playback of audio via the microcontroller from a range of sources via
:doc:`/components/media_player/index`.

The :ref:`I²C bus <i2c>` is required in your configuration as this is used to communicate with the AIC3204.

.. code-block:: yaml
# Example configuration entry
audio_dac:
- platform: aic3204
.. _config-aic3204:

Configuration variables:
------------------------

- **address** (*Optional*, int): The I²C address of the driver. Defaults to ``0x18``.
- **i2c_id** (*Optional*): The ID of the :ref:`I²C bus <i2c>` the AIC3204 is connected to.
- All other options from :ref:`Audio DAC <config-audio_dac>`.

Automations
-----------

``aic3204.set_auto_mute_mode`` Action
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This action sets the auto-mute mode of the AIC3204. See page 111 in the
`reference manual <https://www.ti.com/lit/ml/slaa557/slaa557.pdf?ts=1727495047647&ref_url=ti.com>`__
for more information.

Configuration variables:

- **id** (**Required**, :ref:`config-id`): The ID of the ``aic3204`` platform.
- **mode** (**Required**, int, :ref:`templatable <config-templatable>`): The auto-mute mode to be used; must be in the
range of 0 (auto-mute disabled) to 7.

All :ref:`Audio DAC Automations <automations-audio_dac>` are supported by this platform, as well.

See Also
--------

- :doc:`index`
- :apiref:`aic3204/aic3204.h`
- :apiref:`audio_dac/audio_dac.h`
- :ghedit:`Edit`
71 changes: 71 additions & 0 deletions components/audio_dac/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Audio DAC Core
==============

.. seo::
:description: Instructions for using ESPHome's Audio DAC Core component.
:image: i2s_audio.svg
:keywords: Audio, DAC, I2S, ESP32

The `audio_dac` component allows your ESPHome devices to use audio DAC hardware components, allowing the playback of
audio via the microcontroller from a range of sources via :doc:`/components/media_player/index`.

.. code-block:: yaml
# Example configuration entry
audio_dac:
- platform: ...
.. _config-audio_dac:

Configuration variables:
------------------------

- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.

.. _automations-audio_dac:

Automations
-----------

``audio_dac.mute_off`` Action
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This action unmutes the output of the DAC.

Configuration variables:

- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.

``audio_dac.mute_on`` Action
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This action mutes the output of the DAC.

Configuration variables:

- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.

``audio_dac.set_volume`` Action
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This action sets the output volume of the DAC.

Configuration variables:

- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.
- **volume** (**Required**, percentage, :ref:`templatable <config-templatable>`): The desired volume level for the
output from 0% to 100%.

Platforms
---------

.. toctree::
:maxdepth: 1
:glob:

*

See Also
--------

- :ghedit:`Edit`
2 changes: 1 addition & 1 deletion components/binary_sensor/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Advanced options:
for a list of available options.
Set to ``""`` to remove the default entity category.
- If MQTT enabled, all other options from :ref:`MQTT Component <config-mqtt-component>`.
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.
- If Webserver enabled and version 3 is selected, All other options from Webserver Component.. See :ref:`Webserver Version 3 <config-webserver-version-3-options>`.

.. _binary_sensor-filters:

Expand Down
Loading

0 comments on commit 19334b2

Please sign in to comment.