mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-29 07:47:19 +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";
|
import { domainToName } from "./integration";
|
||||||
|
|
||||||
export const DISCOVERY_SOURCES = [
|
export const DISCOVERY_SOURCES = [
|
||||||
"usb",
|
"bluetooth",
|
||||||
"unignore",
|
|
||||||
"dhcp",
|
"dhcp",
|
||||||
"homekit",
|
|
||||||
"ssdp",
|
|
||||||
"zeroconf",
|
|
||||||
"discovery",
|
"discovery",
|
||||||
|
"hassio",
|
||||||
|
"homekit",
|
||||||
"integration_discovery",
|
"integration_discovery",
|
||||||
"mqtt",
|
"mqtt",
|
||||||
"hassio",
|
"ssdp",
|
||||||
|
"unignore",
|
||||||
|
"usb",
|
||||||
|
"zeroconf",
|
||||||
];
|
];
|
||||||
|
|
||||||
export const ATTENTION_SOURCES = ["reauth"];
|
export const ATTENTION_SOURCES = ["reauth"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user