From ff59f1ee51c148381aefff7af3edff0d444d371a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 5 Feb 2022 10:36:04 -0600 Subject: [PATCH] Add INTEGRATION_DISCOVERY to DISCOVERY_SOURCES (#65811) --- homeassistant/config_entries.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index a5d0ca736fc..0af31b47730 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -117,6 +117,7 @@ DISCOVERY_SOURCES = ( SOURCE_DHCP, SOURCE_DISCOVERY, SOURCE_IMPORT, + SOURCE_INTEGRATION_DISCOVERY, SOURCE_UNIGNORE, )