mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Reolink extend DHCP discovery (#89238)
This commit is contained in:
parent
91e389c58d
commit
f9be796ca3
@ -6,8 +6,13 @@
|
||||
"dependencies": ["webhook"],
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "reolink*",
|
||||
"hostname": "reolink*"
|
||||
},
|
||||
{
|
||||
"macaddress": "EC71DB*"
|
||||
},
|
||||
{
|
||||
"registered_devices": true
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
||||
|
@ -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*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user