fix missing docstring.
This commit is contained in:
parent
e61dda4dd3
commit
c89182008a
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ class MqttLight(Light):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def color_temp(self):
|
def color_temp(self):
|
||||||
|
"""Return the color temperature in mired."""
|
||||||
return self._color_temp
|
return self._color_temp
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue