diff --git a/esphome/esp-loungemoesdimmer1.yaml b/esphome/esp-loungemoesdimmer1.yaml index aa37d84..d1575cb 100644 --- a/esphome/esp-loungemoesdimmer1.yaml +++ b/esphome/esp-loungemoesdimmer1.yaml @@ -8,8 +8,8 @@ ########################################################################################## # # NOTES RE TUYA COMMS FOR THIS MODULE -# - Toggle DP1 (switch) to 1/0 for ON/OFF — the dimmer’s MCU does the smooth ramp itself over a few seconds. -# - We set DP2 (brightness) on a 0–1000 scale; this is the actual brightness level your firmware uses. +# - Toggle DP1 (switch) to 1 or 0 for ON or OFF. The dimmer's MCU does the smooth ramp itself over a few seconds. +# - We set DP2 (brightness) on a 0-1000 scale; this is the actual brightness level your firmware uses. # - We read DP2 back as a sensor (and also show a % view) so we can see the live target the MCU is using. # - DP3 is exposed only as an optional minimum-brightness limit; not touched during normal dimming unless you tune the low end. # - It appears that 11 is the lowest DP3 raw value. Brightness of 1% sets this, and 2% ramps it to 19.