Add wifi_timeout to esp32_improv (#3279)

This commit is contained in:
Jesse Hills 2023-10-19 11:43:00 +13:00 committed by GitHub
parent a557d75f08
commit 33e2e752b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ Configuration variables:
to be re-authorized. Defaults to ``1min``. to be re-authorized. Defaults to ``1min``.
- **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output <output/index>` to display feedback to the user. - **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output <output/index>` to display feedback to the user.
- **identify_duration** (*Optional*, :ref:`config-time`): The amount of time to identify for. Defaults to ``10s``. - **identify_duration** (*Optional*, :ref:`config-time`): The amount of time to identify for. Defaults to ``10s``.
- **wifi_timeout** (*Optional*, :ref:`config-time`): The amount of time to wait before starting the improv service after Wi-Fi
is no longer connected. Defaults to ``1min``.
Status Indicator Status Indicator
---------------- ----------------