Add the Supervisor as an ignorable discovery source (#9229)

This commit is contained in:
Franck Nijhof 2021-05-22 19:26:27 +02:00 committed by GitHub
parent abb9f8e233
commit d05e02ab3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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