1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-17 23:54:28 +01:00

Add support for dhcp discovery (#8149)

This commit is contained in:
J. Nick Koston
2021-01-13 00:07:32 -10:00
committed by GitHub
parent 75f228418d
commit 6b20bb967b

View File

@@ -7,6 +7,7 @@ import { domainToName } from "./integration";
export const DISCOVERY_SOURCES = [
"unignore",
"dhcp",
"homekit",
"ssdp",
"zeroconf",