core/tests/components
Andrew Hayworth 1d717b768d bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874)
The `Config` object specific to the `google_assistant` component
had a default value for `allow_unlock`. We were not overriding this
default when constructing the Config object during `google_assistant`
component setup, whereas we do when setting up the `cloud` component.

To fix, we thread the `allow_unlock` parameter down through http setup,
and ensure that it's set correctly. Moreover, we also change the
ordering of the `Config` parameters, and remove the default. Future
refactoring should not miss it, as it is now a required parameter.
2018-12-03 11:38:43 +01:00
..
alarm_control_panel Update manual ACP tests to async (#18289) 2018-11-07 09:56:24 +01:00
alexa Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
auth Allow creating signed urls (#17759) 2018-10-25 16:44:57 +02:00
automation Update litejet automation tests to async (#18287) 2018-11-07 09:56:10 +01:00
binary_sensor Revert change to MQTT discovery_hash introduced in #18169 (#18763) 2018-11-30 17:53:03 +01:00
calendar Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
camera Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
cast
climate Added optional precision configuration option to generic_thermostat. (#18317) 2018-11-08 09:39:35 +01:00
cloud Add cloud pref for Google unlock (#18600) 2018-11-20 23:23:07 +01:00
config Add group foundation (#16935) 2018-10-08 16:35:38 +02:00
counter Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
cover Fix mqtt cover inverted (#18456) 2018-11-21 15:48:44 +01:00
deconz deCONZ - manual input fallback in config flow (#18116) 2018-11-06 10:34:24 +01:00
device_tracker OwnTracks Config Entry (#18759) 2018-11-28 22:47:08 +01:00
dialogflow Use a fixture for dialogflow calls in unit tests (#17999) 2018-11-01 19:37:38 +01:00
emulated_hue Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
fan Update fan/demo tests to async (#18109) 2018-11-02 21:08:22 +01:00
frontend Break up websocket component (#17003) 2018-10-01 11:21:00 +02:00
geo_location Convert nsw rural fire tests to async (#18112) 2018-11-02 14:03:05 +01:00
geofency Split out geofency with a component and platform (#17933) 2018-11-06 20:12:03 +01:00
google_assistant bugfix: ensure the `google_assistant` component respects `allow_unlock` (#18874) 2018-12-03 11:38:43 +01:00
group Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
hangouts
hassio Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
homekit Add safe_mode HomeKit (#18356) 2018-11-16 11:08:39 +01:00
homematicip_cloud HomematicIP_Cloud fix test (#17376) 2018-11-01 12:21:59 +01:00
http Always set hass_user (#18844) 2018-11-30 17:53:04 +01:00
hue Remove discovery (#17070) 2018-10-04 16:04:44 +02:00
ifttt Migrate Mailgun to use the webhook component (#17464) 2018-10-23 11:14:46 +02:00
image_processing Allow MS face detection to handle updating entities when no face is detected (#17593) 2018-11-02 10:50:43 +01:00
ios
light Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
lock Update Z-Wave Tests asyncio/yield from -> async/await (#18599) 2018-11-20 14:58:03 -05:00
lovelace Add view commands to Lovelace (#18063) 2018-11-01 09:44:38 +01:00
luftdaten Enable config flow for Luftdaten (#17700) 2018-11-06 14:27:52 +01:00
mailbox
mailgun Switch mailgun webhooks to the new Mailgun webhook api (#17919) 2018-10-30 12:12:41 +01:00
media_player Revert changes that broke UI (#18495) 2018-11-20 13:29:05 +01:00
mqtt Reconfigure MQTT binary_sensor component if discovery info is changed (#18169) 2018-11-19 16:49:04 +01:00
nest
notify Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
onboarding
openuv Clean up OpenUV config flow (#17349) 2018-10-15 13:21:21 -06:00
owntracks OwnTracks Config Entry (#18759) 2018-11-28 22:47:08 +01:00
persistent_notification Add time created to persistent notifications. (#17121) 2018-10-04 10:24:14 +02:00
point Support for Point component (#17466) 2018-11-19 12:52:21 +01:00
rainmachine Add Rainmachine config entry (#18419) 2018-11-14 13:23:49 -07:00
recorder Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
remote Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
scene deCONZ - retry if setup fails (#17772) 2018-10-31 22:38:04 +01:00
sensor Darksky: Expose missing conditions for day 0 forecast (#18312) 2018-11-19 14:48:52 +01:00
simplisafe Add config entry for SimpliSafe (#17148) 2018-10-12 19:07:47 +02:00
smhi Swedish weather institute weather component (#16717) 2018-10-08 23:54:55 +02:00
sonos
switch Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
timer Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
tradfri Allow tradfri groups for new imported entries (#17310) 2018-10-11 10:37:34 +02:00
tts
twilio Webhook names (#18206) 2018-11-05 09:23:58 +01:00
unifi Fix controller not being stored when setup fails and sequentially fails the retry functionality (#17927) 2018-10-29 19:09:54 +01:00
upnp Removed assumptions about provided upnp data (#17604) 2018-11-01 22:59:42 +01:00
vacuum Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
water_heater Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
weather Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
websocket_api Break up websocket 2 (#17028) 2018-10-01 16:09:31 +02:00
zone
zwave Update Z-Wave Tests asyncio/yield from -> async/await (#18599) 2018-11-20 14:58:03 -05:00
__init__.py
conftest.py Always set hass_user (#18844) 2018-11-30 17:53:04 +01:00
test_alert.py Add message template support for alert component (#17516) 2018-11-01 09:48:11 +01:00
test_api.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_canary.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_configurator.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_conversation.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_datadog.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_demo.py
test_device_sun_light_trigger.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_discovery.py
test_duckdns.py
test_dyson.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_feedreader.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_ffmpeg.py Remove FFmpeg input tests (#18131) 2018-11-03 12:36:22 +01:00
test_folder_watcher.py
test_freedns.py
test_google.py Pass hass_config to load_platform (#17952) 2018-10-29 19:21:21 +01:00
test_google_domains.py
test_graphite.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_history.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_history_graph.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_huawei_lte.py Rename huawei_lte.py to test_huawei_lte.py (#18170) 2018-11-04 01:33:05 +01:00
test_influxdb.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_init.py Allow a list ofr update entity (#17860) 2018-10-27 21:34:33 +02:00
test_input_boolean.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_input_datetime.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_input_number.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_input_select.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_input_text.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_intent_script.py
test_introduction.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_kira.py
test_litejet.py
test_logbook.py Fix logbook domain filter - alexa, homekit (#18790) 2018-11-29 22:51:12 +01:00
test_logentries.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_logger.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_melissa.py Async version of melissa (#17721) 2018-10-30 21:29:11 +01:00
test_microsoft_face.py Remove service helper (8) (#17055) 2018-10-02 10:23:37 +02:00
test_mqtt_eventstream.py
test_mqtt_statestream.py
test_namecheapdns.py
test_no_ip.py
test_nuheat.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_panel_custom.py
test_panel_iframe.py Break up websocket 2 (#17028) 2018-10-01 16:09:31 +02:00
test_pilight.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_plant.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_prometheus.py
test_proximity.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_python_script.py
test_qwikswitch.py
test_remember_the_milk.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_rest_command.py
test_rflink.py
test_rfxtrx.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_ring.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_rss_feed_template.py
test_script.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_shell_command.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_shopping_list.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_sleepiq.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_snips.py
test_spaceapi.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_spc.py Init sub-components using global var. (#17220) 2018-10-07 23:30:09 +02:00
test_splunk.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_statsd.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_sun.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_system_log.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_updater.py
test_vultr.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_wake_on_lan.py
test_webhook.py Legacy api fix (#18733) 2018-11-29 22:51:11 +01:00
test_weblink.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00