mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Use Kelvin as the preferred color temperature unit (#79591)
* Use Kelvin as the preferred white temperature unit * Update homekit * Adjust tests
This commit is contained in:
@@ -37,6 +37,8 @@ async def test_nanoleaf_nl55_setup(hass):
|
||||
unique_id="homekit-AAAA011111111111-19",
|
||||
supported_features=0,
|
||||
capabilities={
|
||||
"max_color_temp_kelvin": 6535,
|
||||
"min_color_temp_kelvin": 2127,
|
||||
"max_mireds": 470,
|
||||
"min_mireds": 153,
|
||||
"supported_color_modes": ["color_temp", "hs"],
|
||||
|
||||
Reference in New Issue
Block a user