Skip to content

Commit 5d55126

Browse files
authored
Merge pull request #4345 from esphome/bump-2024.10.0
2024.10.0
2 parents 3f3af5c + e74191a commit 5d55126

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1357
-128
lines changed

Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2024.9.2
41+
PROJECT_NUMBER = 2024.10.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2024.9.2
2+
ESPHOME_REF = 2024.10.0
33
PAGEFIND_VERSION=1.1.0
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/changelog-2024.10.0.png

228 KB
Loading

_static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.9.2
1+
2024.10.0

changelog/2024.10.0.rst

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
ESPHome 2024.10.0 - 16th October 2024
2+
=====================================
3+
4+
.. seo::
5+
:description: Changelog for ESPHome 2024.10.0.
6+
:image: /_static/changelog-2024.10.0.png
7+
:author: Jesse Hills
8+
:author_twitter: @jesserockz
9+
10+
.. imgtable::
11+
:columns: 3
12+
13+
Audio DAC Core, components/audio_dac/index, audio_dac.svg
14+
AIC3204, components/audio_dac/aic3204, aic3204.svg
15+
GP2Y1010AU0F, components/sensor/gp2y1010au0f, gp2y1010au0f.png
16+
Grove Gas V2, components/sensor/grove_gas_mc_v2, grove-gas-mc-v2.png
17+
NAU7802, components/sensor/nau7802, nau7802.jpg
18+
NPI-19, components/sensor/npi19, npi19.jpg
19+
TCA9555, components/tca9555, tca9555.svg
20+
TE-M3200, components/sensor/tem3200, tem3200.jpg
21+
22+
23+
Web Server Grouping
24+
-------------------
25+
26+
For those that use the :doc:`/components/web_server` with version 3, there is a new
27+
grouping feature that allows for custom/user defined groups of entities.
28+
29+
This is also a breaking change as the previous ``web_server_sorting_weight`` has been moved into a new
30+
``web_server`` -> ``sorting_weight`` configuration entry for the entity.
31+
32+
Please see :ref:`config-webserver-sorting` for the latest documentation on these features.
33+
34+
35+
Full list of changes
36+
--------------------
37+
38+
New Components
39+
^^^^^^^^^^^^^^
40+
41+
- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration)
42+
- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration)
43+
- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration)
44+
- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration)
45+
- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration)
46+
- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration)
47+
- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration)
48+
49+
New Platforms
50+
^^^^^^^^^^^^^
51+
52+
- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)
53+
54+
Breaking Changes
55+
^^^^^^^^^^^^^^^^
56+
57+
- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)
58+
- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change)
59+
- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change)
60+
- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change)
61+
62+
Beta Changes
63+
^^^^^^^^^^^^
64+
65+
- fix uart settings check :esphomepr:`7573` by :ghuser:`ssieb`
66+
- [web_server] Event component grouping :esphomepr:`7586` by :ghuser:`RFDarter`
67+
- [touchscreen] Fix coordinates when using rotation :esphomepr:`7591` by :ghuser:`clydebarrow`
68+
- Fix update sequence when update is set to false (#5225) :esphomepr:`7407` by :ghuser:`edge90`
69+
70+
All changes
71+
^^^^^^^^^^^
72+
73+
- Bump peter-evans/create-pull-request from 7.0.0 to 7.0.2 :esphomepr:`7437` by :ghuser:`dependabot[bot]`
74+
- Bump recommended ESP-IDF to 4.4.8 :esphomepr:`7349` by :ghuser:`bdraco`
75+
- [tm1638] Fix linting and formatting issues :esphomepr:`7443` by :ghuser:`jesserockz`
76+
- [image] Fix linting and formatting issues :esphomepr:`7440` by :ghuser:`jesserockz`
77+
- [animation] Fix linting and formatting issues :esphomepr:`7439` by :ghuser:`jesserockz`
78+
- [thermostat] Fix linting and formatting issues :esphomepr:`7442` by :ghuser:`jesserockz`
79+
- Add OpenTherm component (part 1: communication layer and hub) :esphomepr:`6645` by :ghuser:`olegtarasov` (new-integration)
80+
- [st7701s] Make use of IDF5.x to speed up display operations :esphomepr:`7447` by :ghuser:`clydebarrow`
81+
- [modbus_controller] Fix linting and formatting issues :esphomepr:`7441` by :ghuser:`jesserockz`
82+
- Bump pylint from 3.1.0 to 3.2.7 :esphomepr:`7438` by :ghuser:`jesserockz`
83+
- Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3 :esphomepr:`7457` by :ghuser:`dependabot[bot]`
84+
- openeth ethernet / qemu support :esphomepr:`7020` by :ghuser:`apbodrov`
85+
- [nextion] Optionally skip connection handshake :esphomepr:`6905` by :ghuser:`edwardtfn`
86+
- Haier climate integration update :esphomepr:`7416` by :ghuser:`paveldn` (breaking-change) (new-platform)
87+
- Added i2s_comm_fmt parameter to i2s speaker component :esphomepr:`7449` by :ghuser:`PxPert`
88+
- [lvgl] Enhancements :esphomepr:`7453` by :ghuser:`clydebarrow`
89+
- Add tca9555 GPIO driver :esphomepr:`7146` by :ghuser:`mobrembski` (new-integration)
90+
- [st7701s] Fix initialisation race :esphomepr:`7462` by :ghuser:`clydebarrow`
91+
- add "fan_mode" and "swing_mode" to REST API :esphomepr:`7476` by :ghuser:`Tarik2142`
92+
- [esp32_improv] Add triggers for various states :esphomepr:`7461` by :ghuser:`kbx81`
93+
- [micro_wake_word] Workaround for failing IDF 5+ tests :esphomepr:`7484` by :ghuser:`kbx81`
94+
- Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 :esphomepr:`7469` by :ghuser:`dependabot[bot]`
95+
- Add CSE7766 reactive power :esphomepr:`7301` by :ghuser:`nkinnan`
96+
- Support inkplate 5 and 5 V2 :esphomepr:`7448` by :ghuser:`DavidSichau`
97+
- Add remote transmitter triggers :esphomepr:`7483` by :ghuser:`swoboda1337`
98+
- tcs34725: fix color/clear channel percentage calculations on long exposures :esphomepr:`7493` by :ghuser:`RubenKelevra`
99+
- tcs34725: Add check for Division by Zero :esphomepr:`7485` by :ghuser:`RubenKelevra`
100+
- [core] add ring buffer destructor :esphomepr:`7500` by :ghuser:`kahrendt`
101+
- [ch422g] Add support for pins 8-11; make input work. :esphomepr:`7467` by :ghuser:`clydebarrow` (breaking-change)
102+
- Add clean_session as configurable option to the MQTT component :esphomepr:`7501` by :ghuser:`victorclaessen`
103+
- [wifi] Use custom MAC address if programmed :esphomepr:`7498` by :ghuser:`kbx81`
104+
- Add support for Sharp GP2Y1010AU0F PM2.5 sensor :esphomepr:`6007` by :ghuser:`zry98` (new-integration)
105+
- Make time dependency optional :esphomepr:`7425` by :ghuser:`nkinnan`
106+
- Add OHF logo to README :esphomepr:`7509` by :ghuser:`mrdarrengriffin`
107+
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 :esphomepr:`7487` by :ghuser:`dependabot[bot]`
108+
- tcs34725: optimize fetch time with burst read for RGB and clear values :esphomepr:`7494` by :ghuser:`RubenKelevra`
109+
- tcs34725: Remove IR compensation and improve illuminance and color temperature handling in extreme conditions :esphomepr:`7492` by :ghuser:`RubenKelevra`
110+
- [CI] Remove ``sorted`` from library include dirs :esphomepr:`7526` by :ghuser:`kbx81`
111+
- [wifi] Fix error message when no custom MAC is set :esphomepr:`7515` by :ghuser:`kbx81`
112+
- [esp32] Add ``ignore_efuse_custom_mac`` config var :esphomepr:`7527` by :ghuser:`kbx81`
113+
- [mics_4514] Move consts to consts.py :esphomepr:`7528` by :ghuser:`jesserockz`
114+
- Fix parsing of µs time periods in config :esphomepr:`7495` by :ghuser:`dwmw2`
115+
- [web_server] Expose detail=all on all components :esphomepr:`7531` by :ghuser:`RFDarter`
116+
- [CI] Use a list when reading idedata for includes :esphomepr:`7535` by :ghuser:`kbx81`
117+
- Use "puremagic" instead of "magic" python module :esphomepr:`7536` by :ghuser:`guillempages`
118+
- [lvgl] Remap image to img in "set_style_*" :esphomepr:`7546` by :ghuser:`guillempages`
119+
- CSE7766 needs even parity :esphomepr:`7549` by :ghuser:`ssieb` (breaking-change)
120+
- Allow use of all pulse count unit channels if needed. :esphomepr:`7550` by :ghuser:`ToSa27`
121+
- [bang-bang] Remove ``assert()`` :esphomepr:`7533` by :ghuser:`kbx81`
122+
- [thermostat] Remove ``assert()`` :esphomepr:`7544` by :ghuser:`kbx81`
123+
- [bedjet_codec] Remove ``assert()`` :esphomepr:`7543` by :ghuser:`kbx81`
124+
- [audio_dac] [aic3204] Add new component + platform :esphomepr:`7505` by :ghuser:`kbx81` (new-integration)
125+
- [wifi] Replace ``USE_ESP32_IGNORE_EFUSE_MAC_CRC`` with IDF's ``CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR`` :esphomepr:`7502` by :ghuser:`kbx81`
126+
- 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]`
127+
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 :esphomepr:`7541` by :ghuser:`dependabot[bot]`
128+
- Bump docker/build-push-action from 6.7.0 to 6.9.0 in /.github/actions/build-image :esphomepr:`7511` by :ghuser:`dependabot[bot]`
129+
- [code-quality] fix clang-tidy md5 and hmac_md5 :esphomepr:`7325` by :ghuser:`tomaszduda23`
130+
- [code-quality] fix clang-tidy api :esphomepr:`7279` by :ghuser:`tomaszduda23`
131+
- [lvgl] Bugfixes #3 :esphomepr:`7472` by :ghuser:`clydebarrow`
132+
- Feature/add seeed grove gmxxx multichannel gas support :esphomepr:`4304` by :ghuser:`YorkshireIoT` (new-integration)
133+
- [lvgl] Fix: allow full range of styles on dropdown list. :esphomepr:`7552` by :ghuser:`clydebarrow`
134+
- [web_server] v3 entity grouping :esphomepr:`6833` by :ghuser:`RFDarter` (breaking-change)
135+
- Add Initial TE-M3200 pressure sensor support :esphomepr:`6862` by :ghuser:`bakerkj` (new-integration)
136+
- Add Initial NPI-19 pressure sensor support :esphomepr:`7181` by :ghuser:`bakerkj` (new-integration)
137+
- nau7802: new component :esphomepr:`6291` by :ghuser:`cujomalainey` (new-integration)
138+
- Update webserver local assets to 20241007-025551 :esphomepr:`7553` by :ghuser:`esphomebot`
139+
- [online_image] Bugfix: Use std::string instead of const char * :esphomepr:`7556` by :ghuser:`clydebarrow`
140+
- [ili9xxx] Put display into sleep mode on shutdown. :esphomepr:`7555` by :ghuser:`clydebarrow`
141+
- Bump actions/upload-artifact from 4.4.0 to 4.4.1 :esphomepr:`7559` by :ghuser:`dependabot[bot]`
142+
- Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/restore-python :esphomepr:`7560` by :ghuser:`dependabot[bot]`
143+
- Bump actions/cache from 4.0.2 to 4.1.0 :esphomepr:`7558` by :ghuser:`dependabot[bot]`
144+
- Update radon_eye_listener.cpp for more possible variants :esphomepr:`7567` by :ghuser:`baldisos`
145+
- [cst816] Allow skipping i2c probe :esphomepr:`7557` by :ghuser:`clydebarrow`
146+
- [lvgl] Fix text component :esphomepr:`7563` by :ghuser:`clydebarrow`
147+
- [template/binary_sensor] Implement `condition:` option as alternative to lambda. :esphomepr:`7561` by :ghuser:`clydebarrow`
148+
- Bump actions/upload-artifact from 4.4.1 to 4.4.2 :esphomepr:`7569` by :ghuser:`dependabot[bot]`
149+
- Bump actions/cache from 4.1.0 to 4.1.1 :esphomepr:`7570` by :ghuser:`dependabot[bot]`
150+
- Bump actions/cache from 4.1.0 to 4.1.1 in /.github/actions/restore-python :esphomepr:`7571` by :ghuser:`dependabot[bot]`
151+
- fix uart settings check :esphomepr:`7573` by :ghuser:`ssieb`
152+
- [CI] failures when installing using apt-get. :esphomepr:`7593` by :ghuser:`clydebarrow`
153+
- [web_server] Event component grouping :esphomepr:`7586` by :ghuser:`RFDarter`
154+
- [touchscreen] Fix coordinates when using rotation :esphomepr:`7591` by :ghuser:`clydebarrow`
155+
- Fix update sequence when update is set to false (#5225) :esphomepr:`7407` by :ghuser:`edge90`
156+
157+
Past Changelogs
158+
---------------
159+
160+
- :doc:`2024.9.0`
161+
- :doc:`2024.8.0`
162+
- :doc:`2024.7.0`
163+
- :doc:`2024.6.0`
164+
- :doc:`2024.5.0`
165+
- :doc:`2024.4.0`
166+
- :doc:`2024.3.0`
167+
- :doc:`2024.2.0`
168+
- :doc:`2023.12.0`
169+
- :doc:`2023.11.0`
170+
- :doc:`2023.10.0`
171+
- :doc:`2023.9.0`
172+
- :doc:`2023.8.0`
173+
- :doc:`2023.7.0`
174+
- :doc:`2023.6.0`
175+
- :doc:`2023.5.0`
176+
- :doc:`2023.4.0`
177+
- :doc:`2023.3.0`
178+
- :doc:`2023.2.0`
179+
- :doc:`2022.12.0`
180+
- :doc:`2022.11.0`
181+
- :doc:`2022.10.0`
182+
- :doc:`2022.9.0`
183+
- :doc:`2022.8.0`
184+
- :doc:`2022.6.0`
185+
- :doc:`2022.5.0`
186+
- :doc:`2022.4.0`
187+
- :doc:`2022.3.0`
188+
- :doc:`2022.2.0`
189+
- :doc:`2022.1.0`
190+
- :doc:`2021.12.0`
191+
- :doc:`2021.11.0`
192+
- :doc:`2021.10.0`
193+
- :doc:`2021.9.0`
194+
- :doc:`2021.8.0`
195+
- :doc:`v1.20.0`
196+
- :doc:`v1.19.0`
197+
- :doc:`v1.18.0`
198+
- :doc:`v1.17.0`
199+
- :doc:`v1.16.0`
200+
- :doc:`v1.15.0`
201+
- :doc:`v1.14.0`
202+
- :doc:`v1.13.0`
203+
- :doc:`v1.12.0`
204+
- :doc:`v1.11.0`
205+
- :doc:`v1.10.0`
206+
- :doc:`v1.9.0`
207+
- :doc:`v1.8.0`
208+
- :doc:`v1.7.0`

changelog/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44
.. redirect::
5-
:url: /changelog/2024.9.0.html
5+
:url: /changelog/2024.10.0.html
66

77
.. toctree::
88
:glob:

components/alarm_control_panel/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Configuration variables:
5050
- **on_chime** (*Optional*, :ref:`Action <config-action>`): An automation to perform
5151
when a zone has been marked as chime in the configuration, and it changes from closed to open.
5252
See :ref:`alarm_control_panel_on_chime_trigger`.
53+
- If Webserver enabled and version 3 is selected, All other options from Webserver Component.. See :ref:`Webserver Version 3 <config-webserver-version-3-options>`.
5354
- If MQTT enabled, all other options from :ref:`MQTT Component <config-mqtt-component>`.
54-
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.
5555

5656

5757
Automation:

components/audio_dac/aic3204.rst

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
AIC3204
2+
=======
3+
4+
.. seo::
5+
:description: Instructions for using ESPHome's AIC3204 audio DAC platform to play media from your devices.
6+
:image: i2s_audio.svg
7+
:keywords: AIC3204, Audio, DAC, I2S, ESP32
8+
9+
The ``aic3204`` platform allows your ESPHome devices to use the AIC3204 ultra low power stereo audio codec (DAC).
10+
This allows the playback of audio via the microcontroller from a range of sources via
11+
:doc:`/components/media_player/index`.
12+
13+
The :ref:`I²C bus <i2c>` is required in your configuration as this is used to communicate with the AIC3204.
14+
15+
.. code-block:: yaml
16+
17+
# Example configuration entry
18+
audio_dac:
19+
- platform: aic3204
20+
21+
.. _config-aic3204:
22+
23+
Configuration variables:
24+
------------------------
25+
26+
- **address** (*Optional*, int): The I²C address of the driver. Defaults to ``0x18``.
27+
- **i2c_id** (*Optional*): The ID of the :ref:`I²C bus <i2c>` the AIC3204 is connected to.
28+
- All other options from :ref:`Audio DAC <config-audio_dac>`.
29+
30+
Automations
31+
-----------
32+
33+
``aic3204.set_auto_mute_mode`` Action
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
36+
This action sets the auto-mute mode of the AIC3204. See page 111 in the
37+
`reference manual <https://www.ti.com/lit/ml/slaa557/slaa557.pdf?ts=1727495047647&ref_url=ti.com>`__
38+
for more information.
39+
40+
Configuration variables:
41+
42+
- **id** (**Required**, :ref:`config-id`): The ID of the ``aic3204`` platform.
43+
- **mode** (**Required**, int, :ref:`templatable <config-templatable>`): The auto-mute mode to be used; must be in the
44+
range of 0 (auto-mute disabled) to 7.
45+
46+
All :ref:`Audio DAC Automations <automations-audio_dac>` are supported by this platform, as well.
47+
48+
See Also
49+
--------
50+
51+
- :doc:`index`
52+
- :apiref:`aic3204/aic3204.h`
53+
- :apiref:`audio_dac/audio_dac.h`
54+
- :ghedit:`Edit`

components/audio_dac/index.rst

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
Audio DAC Core
2+
==============
3+
4+
.. seo::
5+
:description: Instructions for using ESPHome's Audio DAC Core component.
6+
:image: i2s_audio.svg
7+
:keywords: Audio, DAC, I2S, ESP32
8+
9+
The `audio_dac` component allows your ESPHome devices to use audio DAC hardware components, allowing the playback of
10+
audio via the microcontroller from a range of sources via :doc:`/components/media_player/index`.
11+
12+
.. code-block:: yaml
13+
14+
# Example configuration entry
15+
audio_dac:
16+
- platform: ...
17+
18+
.. _config-audio_dac:
19+
20+
Configuration variables:
21+
------------------------
22+
23+
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
24+
25+
.. _automations-audio_dac:
26+
27+
Automations
28+
-----------
29+
30+
``audio_dac.mute_off`` Action
31+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32+
33+
This action unmutes the output of the DAC.
34+
35+
Configuration variables:
36+
37+
- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.
38+
39+
``audio_dac.mute_on`` Action
40+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
42+
This action mutes the output of the DAC.
43+
44+
Configuration variables:
45+
46+
- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.
47+
48+
``audio_dac.set_volume`` Action
49+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50+
51+
This action sets the output volume of the DAC.
52+
53+
Configuration variables:
54+
55+
- **id** (**Required**, :ref:`config-id`): The ID of the ``audio_dac`` platform.
56+
- **volume** (**Required**, percentage, :ref:`templatable <config-templatable>`): The desired volume level for the
57+
output from 0% to 100%.
58+
59+
Platforms
60+
---------
61+
62+
.. toctree::
63+
:maxdepth: 1
64+
:glob:
65+
66+
*
67+
68+
See Also
69+
--------
70+
71+
- :ghedit:`Edit`

components/binary_sensor/ble_presence.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ Using the configuration above, first, you should see a ``Starting scan...`` debu
101101
boot-up. Then, when a BLE device is discovered, you should see messages like
102102
``Parse Result:`` together with some information about their MAC address, address type,
103103
advertised name, Service UUIDs, iBeacon UUIDs, iBeacon major and minor identifiers,
104-
BLE manufacturer data, RSSI, and other data useful for debugging purposes.
104+
BLE manufacturer ID and data, RSSI, and other data useful for debugging purposes.
105+
You can find the official list of manufacturer IDs `here <https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml>`__ to help find your device.
105106
Note that this is useful only during set-up and a less verbose log level
106107
should be specified afterwards. If you don't see these messages, your device is unfortunately
107108
currently not supported.

components/binary_sensor/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Advanced options:
7575
for a list of available options.
7676
Set to ``""`` to remove the default entity category.
7777
- If MQTT enabled, all other options from :ref:`MQTT Component <config-mqtt-component>`.
78-
- If Webserver enabled, ``web_server_sorting_weight`` can be set. See :ref:`Webserver Entity Sorting <config-webserver-sorting>`.
78+
- If Webserver enabled and version 3 is selected, All other options from Webserver Component.. See :ref:`Webserver Version 3 <config-webserver-version-3-options>`.
7979

8080
.. _binary_sensor-filters:
8181

0 commit comments

Comments
 (0)