mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +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))
|
||||
|
||||
_CONFIGURING[host] = configurator.async_request_config(
|
||||
hass,
|
||||
DEFAULT_NAME,
|
||||
async_configuration_callback,
|
||||
description="Enter the API Key",
|
||||
|
Loading…
x
Reference in New Issue
Block a user