Skip to content

Commit a0d8801

Browse files
authored
[wifi][esp32_improv] Update default timeouts to 90s (#5639)
1 parent 8cc821b commit a0d8801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/components/esp32_improv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ esp32_improv:
3939
- **status_indicator** (*Optional*, [ID](/guides/configuration-types#id)): An {{< docref "output/index" "output" >}} to display feedback to the user.
4040
- **identify_duration** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to identify for. Defaults to `10s`.
4141
- **wifi_timeout** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to wait before starting the Improv service
42-
after Wi-Fi is no longer connected. Defaults to `1min`.
42+
after Wi-Fi is no longer connected. Defaults to `90s`.
4343
- **next_url** (*Optional*, string): The URL to open after provisioning is complete. Defaults to
4444
`https://my.home-assistant.io/redirect/config_flow_start?domain=esphome`.
4545

content/components/wifi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ wifi:
7979

8080
- **ap_timeout** (*Optional*, [Time](/guides/configuration-types#time)): The time after which to enable the
8181
configured fallback hotspot. Can be disabled by setting this to `0s`, which requires manually starting the AP by
82-
other means (eg: from a button press). Defaults to `1min`.
82+
other means (eg: from a button press). Defaults to `90s`.
8383

8484
- **domain** (*Optional*, string): Set the domain of the node hostname used for uploading.
8585
For example, if it's set to `.local`, all uploads will be sent to `<HOSTNAME>.local`.

0 commit comments

Comments
 (0)