From 7ce051ea1153ef783d5a91b1c958dc45e8c4600c Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:53:44 -0600 Subject: [PATCH 1/6] Updates note to be more clear on the limitations imposed by the api timeout when disabling the wifi component. Clarified note about disabling WiFi and API timeout limitations. --- content/components/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index 22120bcb8e..af090d1db1 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,7 +327,7 @@ on_...: ``` > [!NOTE] -> Be aware that if you disable WiFi, the API timeout will need to be disabled otherwise the device will reboot. +> If you disable WiFi, you must enable WiFi again before the API timeout is reached or the device will reboot. You can disable the API timeout to avoid this limitation. {{< anchor "wifi-on_enable" >}} From 7c8d058bdd9cb13c66c5e98ccad14cdcf34b9962 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:00:03 -0600 Subject: [PATCH 2/6] Apply suggested text Co-authored-by: Keith Burzinski --- content/components/wifi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index af090d1db1..a8e635c1c6 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,7 +327,8 @@ on_...: ``` > [!NOTE] -> If you disable WiFi, you must enable WiFi again before the API timeout is reached or the device will reboot. You can disable the API timeout to avoid this limitation. +> Be mindful of the reboot timeouts set for both the API component and WiFi component if you disable WiFi. If WiFi +> remains off for longer than the duration of either timeout, the device will reboot! {{< anchor "wifi-on_enable" >}} From 699b4492ab41f89e600f85425f21fbd77811eb91 Mon Sep 17 00:00:00 2001 From: Brandon Harvey <8107750+bharvey88@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:06:40 -0600 Subject: [PATCH 3/6] Updated note to include links for API and WiFi components. Updated note to include links for API and WiFi components. --- content/components/wifi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index a8e635c1c6..190a5e62bf 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,8 +327,8 @@ on_...: ``` > [!NOTE] -> Be mindful of the reboot timeouts set for both the API component and WiFi component if you disable WiFi. If WiFi -> remains off for longer than the duration of either timeout, the device will reboot! +> Be mindful of the reboot timeouts set for both the [API component](https://esphome.io/components/api/) and the [WiFi component](https://esphome.io/components/wifi/) if you disable WiFi. +> If WiFi remains off for longer than the duration of either timeout, the device will reboot! {{< anchor "wifi-on_enable" >}} From 1762061d9daf8d39d77c63a42efac8b657970650 Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Tue, 18 Nov 2025 16:24:23 -0600 Subject: [PATCH 4/6] Update content/components/wifi.md --- content/components/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index 190a5e62bf..243c7b57fc 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,7 +327,7 @@ on_...: ``` > [!NOTE] -> Be mindful of the reboot timeouts set for both the [API component](https://esphome.io/components/api/) and the [WiFi component](https://esphome.io/components/wifi/) if you disable WiFi. +> Be mindful of the reboot timeouts set for both the [API component](/components/api/) and the [WiFi component](/components/wifi/#configuration-variables) if you disable WiFi. > If WiFi remains off for longer than the duration of either timeout, the device will reboot! {{< anchor "wifi-on_enable" >}} From 54814d0cab4fedaafaf13fe1a61211c99cb53b8e Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Tue, 18 Nov 2025 16:26:51 -0600 Subject: [PATCH 5/6] Update content/components/wifi.md --- content/components/wifi.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index 243c7b57fc..7a52c25a9f 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,8 +327,9 @@ on_...: ``` > [!NOTE] -> Be mindful of the reboot timeouts set for both the [API component](/components/api/) and the [WiFi component](/components/wifi/#configuration-variables) if you disable WiFi. -> If WiFi remains off for longer than the duration of either timeout, the device will reboot! +> Be mindful of the reboot timeouts set for both the [API component](/components/api/) and the +> [WiFi component](#configuration-variables) if you disable WiFi. If WiFi remains off for longer than the duration of +> either timeout, the device will reboot! {{< anchor "wifi-on_enable" >}} From 9475249603c13037964a699f605420d301a3abe2 Mon Sep 17 00:00:00 2001 From: Keith Burzinski Date: Tue, 18 Nov 2025 16:33:03 -0600 Subject: [PATCH 6/6] Update content/components/wifi.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- content/components/wifi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/components/wifi.md b/content/components/wifi.md index 7a52c25a9f..0039f84ba0 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -329,7 +329,7 @@ on_...: > [!NOTE] > Be mindful of the reboot timeouts set for both the [API component](/components/api/) and the > [WiFi component](#configuration-variables) if you disable WiFi. If WiFi remains off for longer than the duration of -> either timeout, the device will reboot! +> either timeout, the device will reboot! {{< anchor "wifi-on_enable" >}}