Add hardware as a config flow discovery source (#14281)

Add `hardware` as a discovery source
This commit is contained in:
puddly 2022-11-10 03:22:01 -05:00 committed by GitHub
parent ac65882fdd
commit ec6a4b4e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ export const DISCOVERY_SOURCES = [
"bluetooth",
"dhcp",
"discovery",
"hardware",
"hassio",
"homekit",
"integration_discovery",