core/tests/components
Paulus Schoutsen 9d7b1fc3a7
Enforce permissions for Websocket API ()
* Handle unauth exceptions in websocket

* Enforce permissions in websocket API
2018-11-27 10:12:31 +01:00
..
alarm_control_panel Reconfigure MQTT alarm component if discovery info is changed () 2018-11-24 10:48:01 +01:00
alexa Return color information in Alexa Smart Home response () 2018-11-11 17:43:01 +01:00
auth Allow creating signed urls () 2018-10-25 16:44:57 +02:00
automation Update litejet automation tests to async () 2018-11-07 09:56:10 +01:00
binary_sensor Update Z-Wave Tests asyncio/yield from -> async/await () 2018-11-20 14:58:03 -05:00
calendar Pytest tests () 2018-10-24 12:10:05 +02:00
camera Pytest tests () 2018-10-24 12:10:05 +02:00
cast Add confirmation to Cast/Sonos/iOS config entries () 2018-09-21 16:34:37 +02:00
climate Reconfigure MQTT climate component if discovery info is changed () 2018-11-24 10:40:07 +01:00
cloud Allow managing cloud webhook () 2018-11-26 14:10:18 +01:00
config Add group foundation () 2018-10-08 16:35:38 +02:00
counter Async tests for counter () 2018-11-24 16:12:29 -05:00
cover Async cover template tests () 2018-11-25 11:39:35 -05:00
deconz deCONZ - manual input fallback in config flow () 2018-11-06 10:34:24 +01:00
device_tracker Async tests for remaining device trackers () 2018-11-24 15:10:57 -05:00
dialogflow Use a fixture for dialogflow calls in unit tests () 2018-11-01 19:37:38 +01:00
emulated_hue Pytest tests () 2018-10-24 12:10:05 +02:00
fan Update fan/demo tests to async () 2018-11-02 21:08:22 +01:00
frontend Break up websocket component () 2018-10-01 11:21:00 +02:00
geo_location Convert nsw rural fire tests to async () 2018-11-02 14:03:05 +01:00
geofency Split out geofency with a component and platform () 2018-11-06 20:12:03 +01:00
google_assistant Google assistant enable fan speed controls () 2018-11-11 22:02:33 +01:00
group Pytest tests () 2018-10-24 12:10:05 +02:00
hangouts Hangouts () 2018-08-24 10:39:35 +02:00
hassio Add permission checks to Rest API () 2018-11-25 18:04:48 +01:00
homekit Add safe_mode HomeKit () 2018-11-16 11:08:39 +01:00
homematicip_cloud HomematicIP_Cloud fix test () 2018-11-01 12:21:59 +01:00
http Use proper signals () 2018-11-21 20:55:21 +01:00
hue Remove discovery () 2018-10-04 16:04:44 +02:00
ifttt Migrate Mailgun to use the webhook component () 2018-10-23 11:14:46 +02:00
image_processing Allow MS face detection to handle updating entities when no face is detected () 2018-11-02 10:50:43 +01:00
ios Add confirmation to Cast/Sonos/iOS config entries () 2018-09-21 16:34:37 +02:00
light Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
lock Update Z-Wave Tests asyncio/yield from -> async/await () 2018-11-20 14:58:03 -05:00
lovelace Add view commands to Lovelace () 2018-11-01 09:44:38 +01:00
luftdaten Enable config flow for Luftdaten () 2018-11-06 14:27:52 +01:00
mailbox Add Call Data Log platform. Mailboxes no longer require media () 2018-09-21 11:55:12 +02:00
mailgun Switch mailgun webhooks to the new Mailgun webhook api () 2018-10-30 12:12:41 +01:00
media_player Revert changes that broke UI () 2018-11-20 13:29:05 +01:00
mqtt Reconfigure MQTT binary_sensor component if discovery info is changed () 2018-11-19 16:49:04 +01:00
nest Show notification when user configures Nest client_id/secret () 2018-06-15 15:19:58 -04:00
notify Pass hass_config to load_platform () 2018-10-29 19:21:21 +01:00
onboarding Add onboarding support () 2018-07-17 10:49:15 +02:00
openuv Clean up OpenUV config flow () 2018-10-15 13:21:21 -06:00
persistent_notification Add time created to persistent notifications. () 2018-10-04 10:24:14 +02:00
point Support for Point component () 2018-11-19 12:52:21 +01:00
rainmachine Add Rainmachine config entry () 2018-11-14 13:23:49 -07:00
recorder Pytest tests () 2018-10-24 12:10:05 +02:00
remote Pytest tests () 2018-10-24 12:10:05 +02:00
scene deCONZ - retry if setup fails () 2018-10-31 22:38:04 +01:00
sensor Add Awair sensor platform () 2018-11-25 09:01:19 +01:00
simplisafe Add config entry for SimpliSafe () 2018-10-12 19:07:47 +02:00
smhi Swedish weather institute weather component () 2018-10-08 23:54:55 +02:00
sonos Add confirmation to Cast/Sonos/iOS config entries () 2018-09-21 16:34:37 +02:00
switch Async tests for mqtt switch () 2018-11-24 17:08:28 -05:00
timer Async timer tests () 2018-11-24 16:12:19 -05:00
tradfri Allow tradfri groups for new imported entries () 2018-10-11 10:37:34 +02:00
tts Add a base_url configuration setting to tts. () 2018-09-10 11:50:25 +02:00
twilio Webhook names () 2018-11-05 09:23:58 +01:00
unifi Fix controller not being stored when setup fails and sequentially fails the retry functionality () 2018-10-29 19:09:54 +01:00
upnp Removed assumptions about provided upnp data () 2018-11-01 22:59:42 +01:00
vacuum Pytest tests () 2018-10-24 12:10:05 +02:00
water_heater Pytest tests () 2018-10-24 12:10:05 +02:00
weather Pytest tests () 2018-10-24 12:10:05 +02:00
websocket_api Enforce permissions for Websocket API () 2018-11-27 10:12:31 +01:00
zone Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
zwave Update Z-Wave Tests asyncio/yield from -> async/await () 2018-11-20 14:58:03 -05:00
__init__.py
conftest.py Add permission checks to Rest API () 2018-11-25 18:04:48 +01:00
test_alert.py Add message template support for alert component () 2018-11-01 09:48:11 +01:00
test_api.py Add permission checks to Rest API () 2018-11-25 18:04:48 +01:00
test_canary.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_configurator.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_conversation.py Import homeassistant domain instead of hardcoding it () 2018-10-30 17:38:09 +02:00
test_datadog.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_demo.py Remove homeassistant.remote () 2018-08-21 15:49:58 +02:00
test_device_sun_light_trigger.py Async device sun light trigger tests () 2018-11-25 11:39:18 -05:00
test_discovery.py Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 () 2018-08-24 10:28:43 +02:00
test_duckdns.py Remove service helper (3) () 2018-09-26 08:50:05 +02:00
test_dyson.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_feedreader.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_ffmpeg.py Remove FFmpeg input tests () 2018-11-03 12:36:22 +01:00
test_folder_watcher.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_freedns.py Add FreeDNS component () 2018-03-30 21:33:30 +02:00
test_google.py Pass hass_config to load_platform () 2018-10-29 19:21:21 +01:00
test_google_domains.py Add Google Domains component () 2017-10-25 11:42:53 +02:00
test_graphite.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_history.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_history_graph.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_huawei_lte.py Rename huawei_lte.py to test_huawei_lte.py () 2018-11-04 01:33:05 +01:00
test_influxdb.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_init.py Allow a list ofr update entity () 2018-10-27 21:34:33 +02:00
test_input_boolean.py Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
test_input_datetime.py Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
test_input_number.py Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
test_input_select.py Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
test_input_text.py Add permissions check in service helper () 2018-11-21 12:26:08 +01:00
test_intent_script.py Add Intent component () 2017-07-21 21:38:53 -07:00
test_introduction.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_kira.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_litejet.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_logbook.py Fix logbook filtering entities () 2018-11-26 19:53:24 +01:00
test_logentries.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_logger.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_melissa.py Async version of melissa () 2018-10-30 21:29:11 +01:00
test_microsoft_face.py Remove service helper (8) () 2018-10-02 10:23:37 +02:00
test_mqtt_eventstream.py Remove homeassistant.remote () 2018-08-21 15:49:58 +02:00
test_mqtt_statestream.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_namecheapdns.py Make host optional () 2017-10-23 15:24:04 +02:00
test_no_ip.py Support for NO-IP () 2017-10-27 10:15:47 +02:00
test_nuheat.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_panel_custom.py Add support for JS modules in custom panels () 2018-08-23 11:14:18 +02:00
test_panel_iframe.py Break up websocket 2 () 2018-10-01 16:09:31 +02:00
test_pilight.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_plant.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_prometheus.py Adding 'namespace' for prometheus metrics () 2018-06-28 16:49:33 +02:00
test_proximity.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_python_script.py Fix time functions would throw errors in python scripts () 2018-01-07 01:50:55 +01:00
test_qwikswitch.py Qwikswitch binary sensors () 2018-04-21 08:34:42 +02:00
test_remember_the_milk.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_rest_command.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_rflink.py Update voluputous () 2018-02-17 10:29:14 +01:00
test_rfxtrx.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_ring.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_rss_feed_template.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_script.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_shell_command.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_shopping_list.py Convert shopping-list update to WebSockets () 2018-11-26 09:59:53 +01:00
test_sleepiq.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_snips.py Snips: Added special slot values, session_id and slotname_raw () 2018-09-02 00:01:11 +02:00
test_spaceapi.py Add SpaceAPI support () 2018-05-14 09:13:59 +02:00
test_spc.py Init sub-components using global var. () 2018-10-07 23:30:09 +02:00
test_splunk.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_statsd.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_sun.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_system_log.py Pylint 2 fixes () 2018-07-17 19:34:29 +02:00
test_updater.py Grammar and spelling fixes () 2018-08-19 22:29:08 +02:00
test_vultr.py Pytest tests () 2018-10-24 12:10:05 +02:00
test_wake_on_lan.py New service `send_magic_packet` with new component `wake_on_lan` () 2017-07-10 18:37:51 -07:00
test_webhook.py Webhook names () 2018-11-05 09:23:58 +01:00
test_weblink.py Pytest tests () 2018-10-24 12:10:05 +02:00