From 33e2e752b25d9a0474bec0c7ffcb8bea63f907ea Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:43:00 +1300 Subject: [PATCH] Add wifi_timeout to esp32_improv (#3279) --- components/esp32_improv.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/esp32_improv.rst b/components/esp32_improv.rst index 9bf27b552..ed53f0959 100644 --- a/components/esp32_improv.rst +++ b/components/esp32_improv.rst @@ -30,6 +30,8 @@ Configuration variables: to be re-authorized. Defaults to ``1min``. - **status_indicator** (*Optional*, :ref:`config-id`): An :doc:`output ` to display feedback to the user. - **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 ----------------