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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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