Update docstrings (#7374)
* Update docstrings * Update docstrings * Update docstrings * Update docstrings * Update docstrings * Update docstrings * Update docstring * Update docstrings * Update docstrings * Fix lint issues * Update docstrings * Revert changes in dict
This commit is contained in:
parent
0e08925259
commit
a4f1f6e724
340 changed files with 1533 additions and 1708 deletions
|
@ -105,8 +105,8 @@ class WinkLight(WinkDevice, Light):
|
|||
state_kwargs['color_xy'] = xyb[0], xyb[1]
|
||||
state_kwargs['brightness'] = xyb[2]
|
||||
elif self.wink.supports_hue_saturation():
|
||||
hsv = colorsys.rgb_to_hsv(rgb_color[0],
|
||||
rgb_color[1], rgb_color[2])
|
||||
hsv = colorsys.rgb_to_hsv(
|
||||
rgb_color[0], rgb_color[1], rgb_color[2])
|
||||
state_kwargs['color_hue_saturation'] = hsv[0], hsv[1]
|
||||
|
||||
if color_temp_mired:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue