Add integration_discovery to discovery sources (#11564)

This commit is contained in:
J. Nick Koston 2022-02-05 10:44:48 -06:00 committed by GitHub
parent 21d86f4797
commit 9be5a15c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export const DISCOVERY_SOURCES = [
"ssdp",
"zeroconf",
"discovery",
"integration_discovery",
"mqtt",
"hassio",
];