hass-core/tests/components
cdce8p e37fd5b132 Update HAP-python to 2.0.0 (#14278)
* Fixed async (added 'async_add_job' and 'add_job')

* Driver status

* Use pyhap category constants

* Changed 'set_broker' to 'set_driver'

* Changed loader method names

* Use 'serv.configure_char'

* Use 'self.set_info_service'

* Use 'self.add_preload_service'

* Fix hound issue

* Updated HAP-python to 2.0.0
2018-05-04 16:46:00 +02:00
..
alarm_control_panel Fix MQTT retained message not being re-dispatched (#12004) 2018-02-11 09:17:58 -08:00
alexa Alexa thermostat fails to properly parse 'value' field for climate (#13958) 2018-04-18 14:19:05 -04:00
auth Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
automation Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
binary_sensor deCONZ use forward entry setup (#13990) 2018-04-23 12:00:16 -04:00
calendar Fix Google Calendar caching when offline (#13375) 2018-03-26 18:10:22 -07:00
camera Add fetching camera thumbnails over websocket (#14231) 2018-05-03 22:02:59 +02:00
climate Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
cloud Add room hint support to Google Assistant cloud (#14180) 2018-04-30 21:05:29 +02:00
config Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
counter
cover Added HassOpenCover and HassCloseCover intents (#13372) 2018-03-30 17:22:48 -07:00
deconz deCONZ allow unloading of config entry (#14115) 2018-04-29 10:16:20 -04:00
device_tracker Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
emulated_hue Removed the google home warning from emulated_hue (#13436) 2018-03-25 00:45:25 -07:00
fan Issue/add template fans (#12027) 2018-05-02 17:45:31 -04:00
google_assistant Do not sync entities with an empty name (#14181) 2018-04-30 09:18:18 -04: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 Update HAP-python to 2.0.0 (#14278) 2018-05-04 16:46:00 +02:00
http Foundation for users (#13968) 2018-05-01 18:20:41 +02:00
hue Allow platform unloading (#13784) 2018-04-12 14:28:54 +02:00
image_processing Add fetching camera thumbnails over websocket (#14231) 2018-05-03 22:02:59 +02:00
light Fix Hue color state for missing xy (#14230) 2018-05-02 09:25:08 -04:00
lock Security fix & lock for HomeMatic (#11980) 2018-03-25 23:25:28 +02:00
mailbox Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
media_player Allow fetching media player covers via websocket connection (#14233) 2018-05-03 22:03:26 +02:00
mqtt Improve MQTT topic validation (#14099) 2018-04-27 13:15:45 +02:00
notify Fix aiohttp deprecation warnings (#13240) 2018-03-15 21:49:49 +01:00
persistent_notification
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 Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
sensor WUnderground unique ids (#13311) 2018-05-02 14:23:07 -04:00
switch Restores switch state, case the switch is optimistic (#14151) 2018-05-02 17:29:07 -04:00
timer
tts Added web view for TTS to get url (#13882) 2018-04-17 15:24:54 +02:00
vacuum renaming icons (#13982) 2018-04-18 15:46:44 -04:00
weather Add precipitation to OpenWeatherMap forecast (#13971) 2018-04-29 17:50:49 +02:00
zone Zone component config entry support (#14059) 2018-04-26 17:59:22 -04:00
zwave Add unique_id to zwave node entity (#14201) 2018-05-02 16:10:26 -04:00
__init__.py
conftest.py Allow easy extension of websocket API (#14186) 2018-05-01 13:35:23 -04:00
test_alert.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_api.py Add authentication to error log endpoint (#13836) 2018-04-13 13:32:05 +02:00
test_canary.py Add support for Canary Flex (#13280) 2018-03-30 23:38:29 +02:00
test_configurator.py Convert configurator to use markdown (#10668) 2017-11-20 14:11:55 +01:00
test_conversation.py Added HassOpenCover and HassCloseCover intents (#13372) 2018-03-30 17:22:48 -07: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 Custom component loading cleanup (#14211) 2018-05-01 20:57:30 +02:00
test_dialogflow.py Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
test_discovery.py Further untangle data entry flow (#13855) 2018-04-14 14:38:24 -04:00
test_duckdns.py
test_dyson.py
test_ffmpeg.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_folder_watcher.py Unflake folder watcher test (#13569) 2018-04-01 08:30:14 -07:00
test_freedns.py Add FreeDNS component (#13526) 2018-03-30 21:33:30 +02:00
test_frontend.py Allow easy extension of websocket API (#14186) 2018-05-01 13:35:23 -04:00
test_google.py Add option to ignore availability in google calendar events (#13714) 2018-04-06 21:48:50 +02:00
test_google_domains.py
test_graphite.py
test_history.py Initialise filter_sensor with historical values (#13075) 2018-04-06 21:59:55 -04:00
test_history_graph.py
test_influxdb.py InfluxDB cleanups (#12903) 2018-03-04 21:01:16 +01:00
test_init.py Added HassOpenCover and HassCloseCover intents (#13372) 2018-03-30 17:22:48 -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
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 Add fetching camera thumbnails over websocket (#14231) 2018-05-03 22:02:59 +02:00
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
test_namecheapdns.py
test_no_ip.py
test_nuheat.py tests: Use assertEqual instead of deprecated assertEquals (#11943) 2018-01-27 12:18:02 +01:00
test_panel_custom.py
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 Updates default Pilight port number (#13419) 2018-03-23 23:22:33 +01: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_qwikswitch.py Qwikswitch binary sensors (#14008) 2018-04-21 08:34:42 +02: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 sounds (#13746) 2018-04-09 11:46:27 -04:00
test_spc.py
test_splunk.py
test_statsd.py
test_sun.py
test_system_log.py System log: make firing event optional (#14102) 2018-04-28 17:09:38 -04: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 UPnP async (#13666) 2018-04-13 00:22:52 +02:00
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 Allow easy extension of websocket API (#14186) 2018-05-01 13:35:23 -04:00