core/homeassistant/components/light
MartinHjelmare 03423cc3a9 Refactor mysensors light
* Add a light entity class per V_LIGHT, V_DIMMER, V_RGB and V_RGBW.
    Make these classes inherit each other up to MySensorsLight class.
* Map the entity classes to their S_TYPE in a dict.
* Check if an entity class map or just an entity class have been passed
    to pf_callback_factory before using the entity_class variable in
    homeassistant/components/mysensors.py.
* Add rgb_hex_to_list function in homeassistant/util/color.py.
2016-02-18 02:04:06 +01:00
..
__init__.py Add mysensors light platform 2016-02-12 01:22:35 +01:00
blinksticklight.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
demo.py Update link to docs (Jekyll 3 update) 2015-11-09 13:12:18 +01:00
hue.py Ensure filename arg is passed around everywhere it's needed. 2016-01-03 15:30:06 -05:00
hyperion.py Update link to docs (Jekyll 3 update) 2015-11-09 13:12:18 +01:00
insteon_hub.py Fix imports 2016-01-28 21:45:26 -08:00
isy994.py Update link to docs (Jekyll 3 update) 2015-11-09 13:12:18 +01:00
lifx.py Fix whitespace 2016-02-02 00:21:15 +00:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py fix #688 2015-11-30 18:47:04 -05:00
mqtt.py Simplify MQTT light code 2015-12-19 19:45:28 -08:00
mysensors.py Refactor mysensors light 2016-02-18 02:04:06 +01:00
rfxtrx.py Merge pull request #1275 from balloob/rfxtrxSignalRep 2016-02-16 20:23:55 -08:00
scsgate.py Add support for the SCSGate device 2016-01-31 18:30:43 +01:00
services.yaml Added toggle service 2016-01-16 10:45:05 -05:00
tellstick.py Remove usage of ATTR_FRIENDLY_NAME within components/platforms 2016-02-14 00:21:20 -08:00
vera.py Refactor VeraLight to inherit from Light, rather then VeraSwitch. 2016-02-07 21:45:15 +00:00
wink.py Update Wink to 0.6 2016-02-13 08:17:38 -08:00
zigbee.py Add link to docs, new docstrings, and update docstrings 2016-02-01 11:47:09 +01:00
zwave.py Updated Imports. 2016-01-27 07:37:41 +01:00