core/tests/components/light
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
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py Remove global limit on white light temperature (#7206) 2017-04-29 15:04:20 -07:00
test_init.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_litejet.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_mqtt.py Expand MQTT lights (#6481) 2017-03-07 23:01:36 -08:00
test_mqtt_json.py Report proper features in mqtt_json light (#6941) 2017-04-05 14:39:19 +02:00
test_mqtt_template.py Expand MQTT lights (#6481) 2017-03-07 23:01:36 -08:00
test_rflink.py Add option to disable automatic add for lights and sensors. (#6852) 2017-03-30 08:02:03 -07:00
test_rfxtrx.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_zwave.py Fix for zwave RGB setting (#7137) 2017-04-16 15:06:59 -07:00