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
|
||||
def color_temp(self):
|
||||
"""Return the color temperature in mired."""
|
||||
return self._color_temp
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue