From 02182bfa864d4e09225fb90930ef3e718c743eee Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 27 Mar 2021 12:59:22 +0100 Subject: [PATCH] Fix ability to ignore AdGuard hassio discovery (#48401) --- homeassistant/components/adguard/config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/adguard/config_flow.py b/homeassistant/components/adguard/config_flow.py index 308670272b5..08650f353b9 100644 --- a/homeassistant/components/adguard/config_flow.py +++ b/homeassistant/components/adguard/config_flow.py @@ -110,6 +110,7 @@ class AdGuardHomeFlowHandler(ConfigFlow, domain=DOMAIN): if not entries: self._hassio_discovery = discovery_info + await self._async_handle_discovery_without_unique_id() return await self.async_step_hassio_confirm() cur_entry = entries[0]