From 60233fccf8f5c013d465635bfe53a19308cde99d Mon Sep 17 00:00:00 2001 From: TechSmart Solutions <123323763+TechSmartSolutions@users.noreply.github.com> Date: Sun, 5 Feb 2023 02:19:11 -0700 Subject: [PATCH] Update index.rst (#2643) --- components/output/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/output/index.rst b/components/output/index.rst index 2dc33f38d..949f5fab0 100644 --- a/components/output/index.rst +++ b/components/output/index.rst @@ -43,7 +43,7 @@ Configuration variables: Float outputs only: - **min_power** (*Optional*, float): Sets the minimum output value of this output platform. - Must be in range from 0 to max_power. Defaults to ``0``. + Must be in range from 0 to max_power. Defaults to ``0``. If zero_means_zero is ``false`` this will be output value when the entity is turned off. - **max_power** (*Optional*, float): Sets the maximum output value of this output platform. Must be in range from min_power to 1. Defaults to ``1``. - **zero_means_zero** (*Optional*, boolean): Sets the output to use actual 0 instead of ``min_power``.