From 8e39ba387d0fcbd8462fff76da4d64890bc4ec57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 19 Feb 2022 12:22:00 +0100 Subject: [PATCH] Add missing hass argument in async_request_config call (#66864) --- homeassistant/components/sabnzbd/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/sabnzbd/__init__.py b/homeassistant/components/sabnzbd/__init__.py index 3cebd37bf5d..e8da8738b5b 100644 --- a/homeassistant/components/sabnzbd/__init__.py +++ b/homeassistant/components/sabnzbd/__init__.py @@ -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",