fix missing docstring.

This commit is contained in:
Ryan Spicer 2016-09-18 23:06:34 -07:00
parent e61dda4dd3
commit c89182008a

View file

@ -209,6 +209,7 @@ class MqttLight(Light):
@property
def color_temp(self):
"""Return the color temperature in mired."""
return self._color_temp
@property