mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 03:51:51 +01:00
* [Hue API] Add color support Adds color support to the hue api (specifically hue/saturation). Switched from using a tuple to convey state internally to using a dict to make adding new fields easier. * [Hue API] Add unit test for color support