core/homeassistant/components/light
Michael Auchter 52ebb2fb3b limitlessled: Add support for White Limitless LED bulbs
LimitlessLED bulbs actually come in three flavors: RGB, RGBW, and White. The
ledcontroller library used to control these bulbs only supports RGBW and White
bulbs. This changelist adds support for the White bulb variant.

The White bulbs are a bit annoying in that they don't support absolute
brightness or color temperature adjustments; they only support a relative
"increase" or "decrease" adjustment. This, along with the unreliable, one-way
communication medium that requires repeats to be "sure" that the bulb received a
command, makes implementing brightness control difficult. So, for now, these
bulbs are more limited than the RGBW variants and only support On/Off control.
2015-10-01 22:38:50 -05:00
..
__init__.py Add service descriptions 2015-09-26 23:17:04 -07:00
demo.py Update demo component 2015-08-30 15:08:03 -07:00
hue.py Changed component REQUIREMENTS to absolute versions. 2015-08-29 21:39:50 -04:00
isy994.py Cleaned up some entities. 2015-08-28 20:17:07 -04:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py limitlessled: Add support for White Limitless LED bulbs 2015-10-01 22:38:50 -05:00
services.yaml Add service descriptions 2015-09-26 23:17:04 -07:00
tellstick.py Codestyle cleanup 2015-09-23 11:47:53 +02:00
vera.py Remove latest git submodules 2015-09-08 20:11:25 -07:00
wink.py Fix wink dependencies 2015-09-09 12:40:28 -07:00