mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 11:18:00 +02:00
fix missing docstring.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user