mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Add 'include_internal' option to web_server (#1572)
This commit is contained in:
parent
bb1435b35c
commit
2c6552dcb6
@ -50,6 +50,8 @@ Configuration variables:
|
|||||||
- **username** (**Required**, string): The username to use for authentication.
|
- **username** (**Required**, string): The username to use for authentication.
|
||||||
- **password** (**Required**, string): The password to check 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`
|
- **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.
|
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user