Fix connection typo in FAQ (#831)

This commit is contained in:
Kendell R 2020-11-02 05:58:58 -08:00 committed by GitHub
parent aca3683a9c
commit 82c5232505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -220,8 +220,8 @@ Some steps that can help with the issue:
- The issue seems to happen with cheap boards more frequently. Especially the "cheap" NodeMCU
boards from eBay which sometimes have quite bad antennas.
- ESPHome reboots on purpose when something is not going right, e.g.
:doc:`wifi connetion cannot be made </components/wifi>` or
:doc:`api connetion is lost </components/api>` or
:doc:`wifi connection cannot be made </components/wifi>` or
:doc:`api connection is lost </components/api>` or
:doc:`mqtt connection is lost </components/mqtt>`. So if you are facing this problem you'll need
to explicitly set the ``reboot_timeout`` option to ``0s`` on the components being used.