feat(devices): add Lumary D1 6" retrofit downlight (independent RGB ring + CCT) (#5612)
* feat(devices): add Lumary D1 6 inch retrofit downlight
Two independently controlled light entities (white CCT centre and
RGBAI colour ring). The ring/centre switches use DPs 54/63, which are
absent from the Tuya cloud data model (it exposes only the standard
single-channel RGBCW DPs 20-28, 34) and were found by local polling.
Verified on 6 units, both channels driven independently.
* Remove brightness setting from lumary_d1_downlight
Removed brightness dp for RGB light, it is already covered by the v in hsv.
---------
Co-authored-by: Jason Rumney <make-all@users.noreply.github.com>