mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-10 19:57:49 +01:00
[esp32_improv] Remove `false
` as valid value for authorizer (#4512)
This commit is contained in:
parent
dd44b367ae
commit
6079927ecf
@ -32,7 +32,7 @@ Configuration variables:
|
||||
------------------------
|
||||
|
||||
- **authorizer** (**Required**, :ref:`config-id`): A :doc:`binary sensor <binary_sensor/index>` to authorize with.
|
||||
Also accepts ``none``/``false`` to skip authorization.
|
||||
Also accepts ``none`` to skip authorization.
|
||||
- **authorized_duration** (*Optional*, :ref:`config-time`): The amount of time until authorization times out and needs
|
||||
to be re-authorized. Defaults to ``1min``.
|
||||
- **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output <output/index>` to display feedback to the user.
|
||||
|
Loading…
Reference in New Issue
Block a user