Files
core/tests
Bob Clough bfc55137ea Fix MQTT Light with RGB and Brightness (#15053)
* Fix MQTT Light with RGB and Brightness

When an MQTT light is given an RGB and Brightness topic, the RGB
is scaled by the brightness *as well* as the brightness being set

This causes 255,0,0 at 50% brightness to be sent as 127,0,0 at 50%
brightness, which ends up as 63,0,0 after the RGB bulb has applied
its brightness scaling.

Fixes the same issue in mqtt, mqtt-json and mqtt-template.

Related Issue: #13725

* Add comment to mqtt_json as well
2018-06-21 14:59:02 -04:00
..
2016-01-30 14:08:32 -05:00
2018-05-10 14:09:22 -04:00
2016-10-23 23:48:01 -07:00
2018-05-01 18:20:41 +02:00
2018-02-22 23:22:27 -08:00
2018-01-27 11:58:27 -08:00