1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-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 Introduced Ring binary sensors and refactored Ring component (#6520) 2017-03-31 08:53:56 -07:00
helpers Always return True/False from is_state and is_state_attr (#7138) 2017-04-16 16:36:15 -07:00
mock Tests for zwave services (#6937) 2017-04-07 09:17:23 -04:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Be able to select mqtt:tls_version for Python < 3.6 (#6442) 2017-03-12 22:02:59 -07:00
test_util Initial import for HassIO (#6935) 2017-04-06 22:19:08 -07:00
testing_config/custom_components Move part of image_processing tests (#5634) 2017-01-29 14:40:37 -08:00
util Reduce color_xy_brightness_to_hsv to color_xy_to_hs (#7320) 2017-04-27 00:59:49 -07:00
__init__.py async HTTP component (#3914) 2016-10-23 23:48:01 -07:00
common.py MQTT: Managing binary payloads (#6976) 2017-04-13 07:38:09 -07:00
conftest.py Tests for zwave services (#6937) 2017-04-07 09:17:23 -04:00
test_bootstrap.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_config.py Preserve customize glob order. (#6963) 2017-04-06 22:39:35 -07:00
test_core.py Bugfix wait on start event (#7013) 2017-04-11 09:09:31 -07:00
test_loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_main.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_remote.py Remove deprecated remote classes (#7011) 2017-04-10 09:04:19 -07:00
test_setup.py Add warning for slow platforms/components (#6467) 2017-03-07 20:31:57 -08:00