core/homeassistant/components/light
Robbie Trencheny a431277de1 Accept human readable color names to change light colors (#2075)
* Add support for providing color_name which accepts a CSS3 valid, human readable string such as red or blue

* Forgot the schema validation!

* ugh farcy

* use html5_parse_legacy_color for more input options

* Add webcolors==1.5 to setup.py

* Block pylint no-member errors on tuple

* add color_name_to_rgb test

* whoops

* revert changes to individual platforms

* If color_name is set, pop it off params and set rgb_color with it

* Forgot to reset wink.py

* Import the legacy function as color_name_to_rgb directly

* reset test_color.py

* Improve light services.yaml
2016-05-17 00:06:55 -07:00
..
__init__.py Accept human readable color names to change light colors (#2075) 2016-05-17 00:06:55 -07:00
blinksticklight.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
demo.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
hue.py Do not setup or configure a hue bridge twice (#1848) 2016-04-17 22:41:31 -07:00
hyperion.py Set name to hyperion assets (#1822) 2016-04-19 08:19:27 -07:00
insteon_hub.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
isy994.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
lifx.py Upgrading to python-wink 0.7.4 and improving RGB color support in HA (#1832) 2016-04-17 19:07:21 -07:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
mqtt.py Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
mysensors.py Refactor mysensors component 2016-04-30 15:27:59 +02:00
qwikswitch.py Resolved UI flicker, new config vars, brightness up to 255, fixed buttons, fixed race condition (#2072) 2016-05-14 14:21:05 -07:00
rfxtrx.py Rfxtrx config validating (#1747) 2016-04-08 20:55:31 -07:00
scsgate.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
services.yaml Accept human readable color names to change light colors (#2075) 2016-05-17 00:06:55 -07:00
tellstick.py Tellstick config validation 2016-04-21 07:57:28 -07:00
vera.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
wemo.py Update to new pywemo bridge API 2016-03-17 12:27:06 -04:00
wink.py Added battery level to wink devices (#1979) 2016-05-06 18:19:37 -07:00
zigbee.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
zwave.py Zwave import fixes for stability (#1845) 2016-04-17 14:46:51 -07:00