From 2131aa056a7118df069a95744f0ba581ad91613a Mon Sep 17 00:00:00 2001 From: Rico van Genugten Date: Wed, 27 Jan 2021 08:07:23 +0100 Subject: [PATCH] Tuya comment for max dimming value of 1000 (#950) --- components/light/tuya.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/light/tuya.rst b/components/light/tuya.rst index 0f9800ab9..bafc5bf6d 100644 --- a/components/light/tuya.rst +++ b/components/light/tuya.rst @@ -78,8 +78,8 @@ Configuration variables: 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 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 - maximum of 255 which seems like it would be the typical value. +- **max_value** (*Optional*, int, default 255): The highest dimmer value allowed. Most dimmers have a + maximum of 255, but dimmers with a maximum of 1000 can also be found. Try what works best. - All other options from :ref:`Light `. - At least one of *dimmer_datapoint* or *switch_datapoint* must be provided.