mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
FloatOutput: Documenting zero_means_zero (#1357)
Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
e4ca5b1382
commit
e30144ea39
@ -46,6 +46,8 @@ Float outputs only:
|
||||
Must be in range from 0 to max_power. Defaults to ``0``.
|
||||
- **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``.
|
||||
Defaults to ``false``.
|
||||
|
||||
|
||||
.. _output-turn_on_action:
|
||||
|
Loading…
Reference in New Issue
Block a user