Add Bluetooth as discovery source (#13291)

This commit is contained in:
Franck Nijhof 2022-07-27 22:30:51 +02:00 committed by GitHub
parent 1dc68b72da
commit 0769b14566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,17 @@ import { DataEntryFlowProgress, DataEntryFlowStep } from "./data_entry_flow";
import { domainToName } from "./integration";
export const DISCOVERY_SOURCES = [
"usb",
"unignore",
"bluetooth",
"dhcp",
"homekit",
"ssdp",
"zeroconf",
"discovery",
"hassio",
"homekit",
"integration_discovery",
"mqtt",
"hassio",
"ssdp",
"unignore",
"usb",
"zeroconf",
];
export const ATTENTION_SOURCES = ["reauth"];