Skip to content

Commit 146c488

Browse files
authored
Add ESP-IDF web_server OTA support (#5047)
1 parent 23fd7b3 commit 146c488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/web_server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Configuration variables:
6767
`Private Network Access Permission Prompt <https://wicg.github.io/private-network-access/#permission-prompt>`__.
6868
Defaults to ``true``.
6969
- **log** (*Optional*, boolean): Turn on or off the log feature inside webserver. Defaults to ``true``.
70-
- **ota** (*Optional*, boolean): Turn on or off the OTA feature inside webserver. Strongly not suggested without enabled authentication settings. Defaults to ``true``. Cannot be used with the ``esp-idf`` framework.
70+
- **ota** (*Optional*, boolean): Turn on or off the OTA feature inside webserver. Strongly not suggested without enabled authentication settings. Defaults to ``true``.
7171
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
7272
- **local** (*Optional*, boolean): Include supporting javascript locally allowing it to work without internet access. Defaults to ``false``.
7373
- **version** (*Optional*, string): ``1``, ``2`` or ``3``. Version 1 displays as a table. Version 2 uses web components and has more functionality. Version 3 uses HA-Styling. Defaults to ``2``.

0 commit comments

Comments
 (0)