mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
fix missing docstring.
This commit is contained in:
@ -209,6 +209,7 @@ class MqttLight(Light):
|
||||
|
||||
@property
|
||||
def color_temp(self):
|
||||
"""Return the color temperature in mired."""
|
||||
return self._color_temp
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user