core/homeassistant/util
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 Use standardised datetime format 2016-04-16 01:46:50 -07:00
color.py Accept human readable color names to change light colors (#2075) 2016-05-17 00:06:55 -07:00
dt.py Refactor get_age in util/dt (#2067) 2016-05-14 12:05:46 -07:00
location.py Add timeout to request for location elevation (#1978) 2016-05-06 18:10:13 -07:00
package.py Fix PEP257 issues 2016-03-07 23:20:48 +01:00
temperature.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
yaml.py YAML: add !include_named_dir and ! include_list_dir (#2054) 2016-05-13 21:16:04 -07:00