core/homeassistant/components/light
rubund e21382cd3e Fix broken EnOcean support (#4710)
* ensure_list

* CONF_ID is not required configuration for enocean lights

* Use vol.All(cv.ensure_list, [vol.Coerce(int)]) as suggested in pull request review

* Fix line too long
2016-12-05 08:15:36 -08:00
..
__init__.py Mutate values for light color temperature and white value (#4660) 2016-12-01 18:26:53 -08:00
blinksticklight.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
demo.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
enocean.py Fix broken EnOcean support (#4710) 2016-12-05 08:15:36 -08:00
flux_led.py Upgrade flux led lib 2016-11-18 13:20:51 +01:00
homematic.py Homematic update with HomematicIP/HomematicWired support and multible… (#4568) 2016-11-29 20:53:02 +01:00
hue.py create light.hue_activate_scene service (#4425) 2016-11-17 22:14:06 -08:00
hyperion.py Migrate to voluptuous (#3281) 2016-09-11 09:24:25 +02:00
insteon_hub.py Disable insteon hub (#4221) 2016-11-04 23:38:27 -07:00
isy994.py Default dimmable brightness to 255 from 100 (#4621) 2016-11-29 09:50:12 -07:00
lifx.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
litejet.py Async cleanup part 3 (#4302) 2016-11-07 22:31:40 -08:00
mqtt.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
mqtt_json.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
mqtt_template.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
mysensors.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
osramlightify.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
qwikswitch.py Update Qwikswitch: fix typing, add validation, shutdown (#2603) 2016-07-23 17:03:29 -07:00
rfxtrx.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
scsgate.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
services.yaml create light.hue_activate_scene service (#4425) 2016-11-17 22:14:06 -08:00
tellstick.py Remove global variable from tellstick code (#4700) 2016-12-03 17:27:55 -08:00
vera.py Migrate light component to async (#4635) 2016-11-30 13:33:38 -08:00
wemo.py Update ordering, constants, and callback name (light.*) (#3339) 2016-09-12 15:52:22 +02:00
wink.py Wink PubNub v4 (#4561) 2016-11-30 13:12:26 -08:00
x10.py Fixed issue #3760, handle X10 unit numbers greater than 9. (#3763) 2016-10-08 12:57:40 -07:00
yeelight.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
zigbee.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
zwave.py Fixes #4500 (#4502) 2016-11-21 19:35:36 -08:00