mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing hass argument in async_request_config call (#66864)
This commit is contained in:
parent
52ca1a3d47
commit
8e39ba387d
@ -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))
|
async_setup_sabnzbd(hass, sab_api, config, config.get(CONF_NAME, DEFAULT_NAME))
|
||||||
|
|
||||||
_CONFIGURING[host] = configurator.async_request_config(
|
_CONFIGURING[host] = configurator.async_request_config(
|
||||||
|
hass,
|
||||||
DEFAULT_NAME,
|
DEFAULT_NAME,
|
||||||
async_configuration_callback,
|
async_configuration_callback,
|
||||||
description="Enter the API Key",
|
description="Enter the API Key",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user