mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-28 03:41:57 +01:00
Update power_supply.rst (#3587)
Added maximum time for enable_time. A delay() command of longer than 5 seconds triggers the watch dog timer and forces reset.
This commit is contained in:
parent
9e4ff6e250
commit
b1c36410d4
@ -33,7 +33,7 @@ Configuration variables:
|
||||
- **enable_time** (*Optional*, :ref:`config-time`): The time
|
||||
that the power supply needs for startup. The output component will
|
||||
wait for this period of time after turning on the PSU and before
|
||||
switching the output on. Defaults to ``20ms``.
|
||||
switching the output on. Defaults to ``20ms``. Maximum of less than ``5s``.
|
||||
- **keep_on_time** (*Optional*, :ref:`config-time`): The time the
|
||||
power supply should be kept enabled after the last output that used
|
||||
it has been switch off. Defaults to ``10s``.
|
||||
|
Loading…
Reference in New Issue
Block a user