From 26567a3146d32e4d2c96ae86af40d7a60a378d85 Mon Sep 17 00:00:00 2001 From: Daniel Baulig Date: Mon, 6 Nov 2023 16:59:05 -0800 Subject: [PATCH] [web_server] Add documentation for Private Network Access support (#3338) --- components/web_server.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/web_server.rst b/components/web_server.rst index 8c3c6cd3b..c68ed06d1 100644 --- a/components/web_server.rst +++ b/components/web_server.rst @@ -56,6 +56,10 @@ Configuration variables: - **include_internal** (*Optional*, boolean): Whether ``internal`` entities should be displayed on the web interface. Defaults to ``false``. +- **enable_private_network_access** (*Optional*, boolean): Enables support for + `Private Network Access `__ and the + `Private Network Access Permission Prompt `__. + Defaults to ``true``. - **log** (*Optional*, boolean): Turn on or off the log feature inside webserver. Defaults to ``true``. - **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. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.