hass-core/homeassistant/components/light
MartinHjelmare 6e8c79d531 Change refactor structure
* Make a flatter one level inheritance, with MySensorsLight as parent
	with four children, one per light type.
* Break out helper methods. One per plain light, dimmer and RGB/RGBW
	children and per update, turn_on and turn_off, nine in total. Put
	these in the parent.
* Call the helper methods as needed from the child methods update,
	turn_on and turn_off.
* Change name of MySensorsLightLight to MySensorsLightPlain.
* Fix module docstrings according to pep257.
* Change name of color util method from rgb_hex_to_list to
	rgb_hex_to_rgb_list.
* Add unit tests for rgb_hex_to_rgb_list.
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 Change refactor structure 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