mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Improve precision of HSV color conversion (#130880)
This commit is contained in:
@@ -11400,15 +11400,15 @@
|
||||
'min_mireds': 153,
|
||||
'rgb_color': tuple(
|
||||
255,
|
||||
167,
|
||||
89,
|
||||
168,
|
||||
90,
|
||||
),
|
||||
'supported_color_modes': list([
|
||||
<ColorMode.COLOR_TEMP: 'color_temp'>,
|
||||
]),
|
||||
'supported_features': <LightEntityFeature: 0>,
|
||||
'xy_color': tuple(
|
||||
0.524,
|
||||
0.522,
|
||||
0.387,
|
||||
),
|
||||
}),
|
||||
@@ -11548,15 +11548,15 @@
|
||||
'min_mireds': 153,
|
||||
'rgb_color': tuple(
|
||||
255,
|
||||
167,
|
||||
89,
|
||||
168,
|
||||
90,
|
||||
),
|
||||
'supported_color_modes': list([
|
||||
<ColorMode.COLOR_TEMP: 'color_temp'>,
|
||||
]),
|
||||
'supported_features': <LightEntityFeature: 0>,
|
||||
'xy_color': tuple(
|
||||
0.524,
|
||||
0.522,
|
||||
0.387,
|
||||
),
|
||||
}),
|
||||
@@ -14883,7 +14883,7 @@
|
||||
'min_mireds': 153,
|
||||
'rgb_color': tuple(
|
||||
255,
|
||||
141,
|
||||
142,
|
||||
28,
|
||||
),
|
||||
'supported_color_modes': list([
|
||||
@@ -14892,8 +14892,8 @@
|
||||
]),
|
||||
'supported_features': <LightEntityFeature: 0>,
|
||||
'xy_color': tuple(
|
||||
0.589,
|
||||
0.385,
|
||||
0.588,
|
||||
0.386,
|
||||
),
|
||||
}),
|
||||
'entity_id': 'light.nanoleaf_strip_3b32_nanoleaf_light_strip',
|
||||
|
||||
Reference in New Issue
Block a user