Add wifi_timeout to esp32_improv (#3279)

This commit is contained in:
Jesse Hills 2023-10-19 11:43:00 +13:00
parent 953603810a
commit d65ce68cb4
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

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
---------------- ----------------