mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Squashed commit of the following:
commit 220331260e9748ac8e17b3ce776330c1dfb7725b Merge:73d93e5c891820Author: Robbie Trencheny <me@robbiet.us> Date: Sun Oct 2 17:57:24 2016 -0700 Merge branch 'color_temp_for_mqtt_light' of https://github.com/alterscape/home-assistant into alterscape-color_temp_for_mqtt_light commitc89182008aAuthor: Ryan Spicer <ryanspicer@gmail.com> Date: Sun Sep 18 23:06:34 2016 -0700 fix missing docstring. commite61dda4dd3Author: Ryan Spicer <ryanspicer@gmail.com> Date: Sun Sep 18 22:43:04 2016 -0700 fix pep8 errors and typos in tests. commit559d1752d2Author: Ryan Spicer <ryanspicer@gmail.com> Date: Sun Sep 18 21:41:07 2016 -0700 add tests for mqtt color temp support commit702defb932Author: Ryan Spicer <ryanspicer@gmail.com> Date: Sun Sep 18 20:55:07 2016 -0700 Add color temp support to mqtt lights.
This commit is contained in:
@@ -63,6 +63,7 @@ CONF_BELOW = 'below'
|
||||
CONF_BLACKLIST = 'blacklist'
|
||||
CONF_BRIGHTNESS = 'brightness'
|
||||
CONF_CODE = 'code'
|
||||
CONF_COLOR_TEMP = 'color_temp'
|
||||
CONF_COMMAND = 'command'
|
||||
CONF_COMMAND_CLOSE = 'command_close'
|
||||
CONF_COMMAND_OFF = 'command_off'
|
||||
|
||||
Reference in New Issue
Block a user