Add missing hass argument in async_request_config call (#66864)

pull/66867/head^2
Joakim Sørensen 2022-02-19 12:22:00 +01:00 committed by GitHub
parent 52ca1a3d47
commit 8e39ba387d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",