mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Tuya comment for max dimming value of 1000 (#950)
This commit is contained in:
parent
01419ab608
commit
2131aa056a
@ -78,8 +78,8 @@ Configuration variables:
|
|||||||
change the brightness and would have to toggle the light using the physical buttons.
|
change the brightness and would have to toggle the light using the physical buttons.
|
||||||
- **min_value** (*Optional*, int, default 0): The lowest dimmer value allowed. My dimmer had a
|
- **min_value** (*Optional*, int, default 0): The lowest dimmer value allowed. My dimmer had a
|
||||||
minimum of 25 and wouldn't even accept anything lower, but this option is available if necessary.
|
minimum of 25 and wouldn't even accept anything lower, but this option is available if necessary.
|
||||||
- **max_value** (*Optional*, int, default 255): The highest dimmer value allowed. My dimmer had a
|
- **max_value** (*Optional*, int, default 255): The highest dimmer value allowed. Most dimmers have a
|
||||||
maximum of 255 which seems like it would be the typical value.
|
maximum of 255, but dimmers with a maximum of 1000 can also be found. Try what works best.
|
||||||
- All other options from :ref:`Light <config-light>`.
|
- All other options from :ref:`Light <config-light>`.
|
||||||
- At least one of *dimmer_datapoint* or *switch_datapoint* must be provided.
|
- At least one of *dimmer_datapoint* or *switch_datapoint* must be provided.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user