Add MQTT as ignorable discovery flow (#7527)

This commit is contained in:
Erik Montnemery 2020-10-29 18:30:20 +01:00 committed by GitHub
parent d0c4475724
commit f0e959319e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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