From e5c1cd48d14a81b00a743e80f5a954ad5d6248b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20P=C3=BCtz?= Date: Fri, 11 Nov 2022 06:32:46 +0100 Subject: [PATCH] removed superfluous 'to' in power_supply.rst (#2287) --- components/power_supply.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/power_supply.rst b/components/power_supply.rst index b08311ee5..38e714e42 100644 --- a/components/power_supply.rst +++ b/components/power_supply.rst @@ -30,7 +30,7 @@ Configuration variables: power supply so that it can be used by the outputs. - **pin** (**Required**, :ref:`Pin Schema `): The GPIO pin to control the power supply on. -- **enable_time** (*Optional*, :ref:`config-time`): The time to +- **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``.