Reolink extend DHCP discovery (#89238)

This commit is contained in:
starkillerOG 2023-03-06 17:23:24 +01:00 committed by GitHub
parent 91e389c58d
commit f9be796ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View File

@ -6,8 +6,13 @@
"dependencies": ["webhook"],
"dhcp": [
{
"hostname": "reolink*",
"hostname": "reolink*"
},
{
"macaddress": "EC71DB*"
},
{
"registered_devices": true
}
],
"documentation": "https://www.home-assistant.io/integrations/reolink",

View File

@ -387,8 +387,15 @@ DHCP: list[dict[str, str | bool]] = [
{
"domain": "reolink",
"hostname": "reolink*",
},
{
"domain": "reolink",
"macaddress": "EC71DB*",
},
{
"domain": "reolink",
"registered_devices": True,
},
{
"domain": "ring",
"hostname": "ring*",