diff --git a/content/components/wifi.md b/content/components/wifi.md index 22120bcb8e..0039f84ba0 100644 --- a/content/components/wifi.md +++ b/content/components/wifi.md @@ -327,7 +327,9 @@ on_...: ``` > [!NOTE] -> Be aware that if you disable WiFi, the API timeout will need to be disabled otherwise 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" >}}