Fix typo in light docs

This commit is contained in:
Paulus Schoutsen 2016-03-19 19:44:20 -07:00
parent 454688cc17
commit 557dae7ab3

View file

@ -227,7 +227,7 @@ def setup(hass, config):
pass
if ATTR_COLOR_TEMP in dat:
# color_temp should be an int of mirads value
# color_temp should be an int of mireds value
colortemp = dat.get(ATTR_COLOR_TEMP)
# Without this check, a ctcolor with value '99' would work
@ -298,7 +298,7 @@ class Light(ToggleEntity):
@property
def color_temp(self):
"""Return the CT color value in mirads."""
"""Return the CT color value in mireds."""
return None
@property