mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Add Bluetooth as discovery source (#13291)
This commit is contained in:
parent
1dc68b72da
commit
0769b14566
@ -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"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user