core/tests
Anders Melchiorsen 64a7be66b1 Remove global limit on white light temperature (#7206)
* Remove global limit on white light temperature

Here are the supported temperatures of some popular bulbs:

 Philips Hue: 2000K-6500K (the current 500-154 mired range)
 LIFX Color 1000: 2500K-9000K
 IKEA TRÅDFRI: 2200K, 2700K, 4000K

Obviously, Home Assistant cannot enforce a global limit and work properly
with all of these bulbs. So just remove the limit and leave it up to each
platform to work it out.

This commit updates the existing users and adds a clamp to Hue (where the
limit appears to have originated). It does not attempt to update other
platforms that might need extra handling of the larger range that is now
possible.

* Add min_mireds/max_mireds state attributes to lights

* Support min_mireds/max_mireds with LIFX lights
2017-04-29 15:04:20 -07:00
..
components Remove global limit on white light temperature (#7206) 2017-04-29 15:04:20 -07:00
fixtures
helpers Always return True/False from is_state and is_state_attr (#7138) 2017-04-16 16:36:15 -07:00
mock
resources
scripts
test_util
testing_config/custom_components
util Reduce color_xy_brightness_to_hsv to color_xy_to_hs (#7320) 2017-04-27 00:59:49 -07:00
__init__.py
common.py MQTT: Managing binary payloads (#6976) 2017-04-13 07:38:09 -07:00
conftest.py
test_bootstrap.py
test_config.py
test_core.py
test_loader.py
test_main.py
test_remote.py
test_setup.py