hass-core/tests/components
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
..
alarm_control_panel Fix MQTT retained message not being re-dispatched (#12004) 2018-02-11 09:17:58 -08:00
alexa Use hue/sat as internal light color interface (#11288) 2018-03-18 15:00:29 -07:00
automation Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
binary_sensor Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
calendar Try to fix caldav (#13236) 2018-03-15 10:58:11 -07:00
camera Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
climate Add ecobee fan mode (#12732) 2018-03-18 09:02:07 -07:00
cloud Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
config Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
counter Move counter component (#10332) 2017-11-05 13:51:52 +01:00
cover Added cover.group platform (replaces #12303) (#12692) 2018-03-15 12:31:31 +01:00
device_tracker Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
emulated_hue Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
fan Add missing availability schema to MQTT alarm panel (#11829) 2018-01-20 17:11:04 +01:00
google_assistant Use hue/sat as internal light color interface (#11288) 2018-03-18 15:00:29 -07:00
group Keep auto groups during group reload (#12841) 2018-03-02 11:29:49 -08:00
hassio Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
homekit Use hue/sat as internal light color interface (#11288) 2018-03-18 15:00:29 -07:00
http Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
hue Refactor Hue: phue -> aiohue (#13043) 2018-03-16 20:27:05 -07:00
image_processing OpenALPR Cloud API - transfer image in body of POST request (#12112) 2018-02-02 14:19:13 +01:00
light Use hue/sat as internal light color interface (#11288) 2018-03-18 15:00:29 -07:00
lock Fix MQTT retained message not being re-dispatched (#12004) 2018-02-11 09:17:58 -08:00
mailbox Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
media_player Cleanup Sonos platform setup (#13225) 2018-03-15 20:43:28 +01:00
mqtt Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
notify Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
persistent_notification Change persistent notification to avoid long text in entity state (#9967) 2017-10-21 21:59:05 +02:00
recorder Remove automatic sqlite vacuum (#12728) 2018-02-26 22:41:37 -08:00
remote Remove execution file perm (#11563) 2018-01-09 23:55:14 -08:00
scene
sensor Added Time based SMA to Filter Sensor (#13104) 2018-03-18 08:58:52 -07:00
switch Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
timer Move timer into correct folder (#10324) 2017-11-03 21:10:08 -07:00
tts Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
vacuum Xiaomi MiIO Vacuum: Use a unique data key per domain (#12743) 2018-02-28 13:15:45 -08:00
weather Cast return values and add unit tests for the yahoo weather component. (#10699) 2018-01-11 15:42:51 -08:00
zwave Refactor Hue: phue -> aiohue (#13043) 2018-03-16 20:27:05 -07:00
__init__.py
test_alert.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_api.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_canary.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08:00
test_config_entry_example.py Initial support for Config Entries (#12079) 2018-02-16 14:07:38 -08:00
test_configurator.py Convert configurator to use markdown (#10668) 2017-11-20 14:11:55 +01:00
test_conversation.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_datadog.py
test_demo.py Add history_graph component to demo (#12681) 2018-02-26 00:28:25 -08:00
test_device_sun_light_trigger.py
test_dialogflow.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
test_discovery.py
test_duckdns.py Add DuckDNS component (#9556) 2017-09-24 15:48:45 -07:00
test_dyson.py
test_ffmpeg.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_frontend.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_google.py
test_google_domains.py Add Google Domains component (#9996) 2017-10-25 11:42:53 +02:00
test_graphite.py
test_history.py Fix logbook JSON serialize issue (#13229) 2018-03-15 10:54:22 -07:00
test_history_graph.py
test_influxdb.py InfluxDB cleanups (#12903) 2018-03-04 21:01:16 +01:00
test_init.py Rename homeassistant.util.async to .async_ (#13088) 2018-03-11 10:01:12 -07:00
test_input_boolean.py
test_input_datetime.py Correct input_datetime initial value parsing (#10417) 2017-11-15 23:16:22 -08:00
test_input_number.py Added increment + decrement to input_number (#9870) 2017-10-25 15:25:33 +02:00
test_input_select.py
test_input_text.py Added password mode to input_text (obscure content of text box) (#11849) 2018-02-08 12:29:33 +01:00
test_intent_script.py
test_introduction.py
test_kira.py
test_litejet.py
test_logbook.py Fix logbook JSON serialize issue (#13229) 2018-03-15 10:54:22 -07:00
test_logentries.py
test_logger.py
test_melissa.py Add Melissa (HVAC/climate) component (#11503) 2018-02-03 03:17:01 +01:00
test_microsoft_face.py
test_mqtt_eventstream.py Allow ignoring call service events in mqtt_eventstream (#12519) 2018-02-22 11:19:18 +01:00
test_mqtt_statestream.py Add include/exclude filter to mqtt_statestream (#10354) 2017-11-08 15:54:12 +01:00
test_namecheapdns.py Make host optional (#10063) 2017-10-23 15:24:04 +02:00
test_no_ip.py Support for NO-IP (#10155) 2017-10-27 10:15:47 +02:00
test_nuheat.py tests: Use assertEqual instead of deprecated assertEquals (#11943) 2018-01-27 12:18:02 +01:00
test_panel_custom.py Fix panel_custom (#10303) 2017-11-03 10:28:31 +01:00
test_panel_iframe.py Fix Panel_IFrame - FTP URL not allowed in 0.63 (#12295) 2018-02-11 09:19:31 -08:00
test_pilight.py Fix flakiness in tests (#12806) 2018-03-01 11:47:56 -08:00
test_plant.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_prometheus.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_proximity.py
test_python_script.py Fix time functions would throw errors in python scripts (#11414) 2018-01-07 01:50:55 +01:00
test_remember_the_milk.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_rest_command.py Add custom header support for rest_command (#12646) 2018-02-28 08:16:31 +02:00
test_rflink.py Update voluputous (#12463) 2018-02-17 10:29:14 +01:00
test_rfxtrx.py
test_ring.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_rss_feed_template.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_script.py
test_shell_command.py Fix broken tests (#11395) 2018-01-01 14:30:09 -08:00
test_shopping_list.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_sleepiq.py
test_snips.py Snips: (change) Removed unknown intent speech response (#11776) 2018-01-18 22:01:04 -08:00
test_spc.py Add attribute to show who last un/set alarm (SPC) (#9906) 2017-11-11 12:36:03 -08:00
test_splunk.py splunk: Handle datetime objects in event payload (#9628) 2017-09-30 09:35:25 +02:00
test_statsd.py
test_sun.py
test_system_log.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_updater.py Core support for hass.io calls & Bugfix check_config (#11571) 2018-01-12 15:29:58 +01:00
test_upnp.py
test_vultr.py Fix vultr tests (#11477) 2018-01-05 16:34:03 -08:00
test_wake_on_lan.py
test_weblink.py Fix config error for FTP links, add test (#12294) 2018-02-11 09:19:00 -08:00
test_websocket_api.py Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
test_zone.py