core/homeassistant/util
Adam Mills 89c7c80e42 Use hue/sat as internal light color interface (#11288)
* Accept and report both xy and RGB color for lights

* Fix demo light supported_features

* Add new XY color util functions

* Always make color changes available as xy and RGB

* Always expose color as RGB and XY

* Consolidate color supported_features

* Test fixes

* Additional test fix

* Use hue/sat as the hass core color interface

* Tests updates

* Assume MQTT RGB devices need full RGB brightness

* Convert new platforms

* More migration

* Use float for HS API

* Fix backwards conversion for KNX lights

* Adjust limitless min saturation for new scale
2018-03-18 15:00:29 -07:00
..
__init__.py Fix WUnderground duplicate entity ids (#13285) 2018-03-17 13:14:53 +01:00
async_.py asyncio.ensure_future Python 3.5 (#13141) 2018-03-12 19:42:08 +01:00
color.py Use hue/sat as internal light color interface (#11288) 2018-03-18 15:00:29 -07:00
decorator.py Clean up OwnTracks (#9569) 2017-09-25 09:05:09 -07:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
json.py Support serving of backend translations (#12453) 2018-02-28 19:31:38 -08:00
location.py Fix freegeoip (#13193) 2018-03-13 20:50:08 -07:00
logging.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
package.py Reinstate our old virtual env check in favor of pip (#12932) 2018-03-05 15:51:37 -08:00
temperature.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
unit_system.py Typing fixes (#12015) 2018-01-29 00:24:08 -08:00
yaml.py Better errors for unknown secrets (#13072) 2018-03-11 12:51:03 +02:00