mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Add missing hass argument in async_request_config call (#66864)
This commit is contained in:
@@ -297,6 +297,7 @@ def async_request_configuration(hass, config, host, web_root):
|
||||
async_setup_sabnzbd(hass, sab_api, config, config.get(CONF_NAME, DEFAULT_NAME))
|
||||
|
||||
_CONFIGURING[host] = configurator.async_request_config(
|
||||
hass,
|
||||
DEFAULT_NAME,
|
||||
async_configuration_callback,
|
||||
description="Enter the API Key",
|
||||
|
Reference in New Issue
Block a user