faq reboot_timeout (#472)

* faq reboot_timeout 

Adds reboot_timeout to components that causes reboots.

* added code sample
This commit is contained in:
Guillermo Ruffino 2020-01-17 15:42:23 -03:00 committed by GitHub
parent 29d84bee2f
commit 61b1a55d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -224,6 +224,12 @@ Some steps that can help with the issue:
in other it can make things worse). See :ref:`wifi-power_save_mode`.
- 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:`mqtt connection is lost </components/mqtt>`. So if you are facing this problem you'll need
to explicitely set the ``reboot_timeout`` option to ``0s`` on the components being used.
Docker Reference
----------------