You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/output/index.rst
+73-2Lines changed: 73 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,10 @@ Float outputs only:
49
49
- **zero_means_zero** (*Optional*, boolean): Sets the output to use actual 0 instead of ``min_power``.
50
50
Defaults to ``false``.
51
51
52
+
.. note::
53
+
54
+
The ``min_power`` and ``max_power`` values are automatically clamped to ensure ``0.0 ≤ min_power ≤ max_power ≤ 1.0``.
55
+
This prevents invalid configurations and ensures stable output behavior.
52
56
53
57
.. _output-turn_on_action:
54
58
@@ -97,8 +101,13 @@ This action turns the output with the given ID off when executed.
97
101
``output.set_level`` Action
98
102
***************************
99
103
100
-
This action sets the float output to the given level when executed. Note: This only
101
-
works with floating point outputs like :doc:`/components/output/esp8266_pwm`, :doc:`/components/output/ledc`, :doc:`/components/output/sigma_delta_output`, :doc:`/components/output/slow_pwm`.
104
+
This action sets the float output to the given level when executed.
105
+
106
+
.. note::
107
+
108
+
This only works with floating point outputs like :doc:`/components/output/ac_dimmer`,
0 commit comments