Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/components/esp32_improv.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ esp32_improv:
- **status_indicator** (*Optional*, [ID](/guides/configuration-types#id)): An {{< docref "output/index" "output" >}} to display feedback to the user.
- **identify_duration** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to identify for. Defaults to `10s`.
- **wifi_timeout** (*Optional*, [Time](/guides/configuration-types#time)): The amount of time to wait before starting the Improv service
after Wi-Fi is no longer connected. Defaults to `1min`.
after Wi-Fi is no longer connected. Defaults to `90s`.
- **next_url** (*Optional*, string): The URL to open after provisioning is complete. Defaults to
`https://my.home-assistant.io/redirect/config_flow_start?domain=esphome`.

Expand Down
2 changes: 1 addition & 1 deletion content/components/wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ wifi:

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

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