From 2c6552dcb6650e4911fd0e17b102ef6d187bd7ae Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Tue, 30 Nov 2021 02:52:34 +1100 Subject: [PATCH] Add 'include_internal' option to web_server (#1572) --- components/web_server.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/web_server.rst b/components/web_server.rst index fdc4ff25a..9c1c83b7f 100644 --- a/components/web_server.rst +++ b/components/web_server.rst @@ -50,6 +50,8 @@ Configuration variables: - **username** (**Required**, string): The username to use for authentication. - **password** (**Required**, string): The password to check for authentication. +- **include_internal** (*Optional*, boolean): Whether ``internal`` entities should be displayed on the + web interface. Defaults to ``false``. - **ota** (*Optional*, boolean): Turn on or off the OTA feature inside webserver. Strongly not suggested without enabled authentication settings. Default: `true` - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.