mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Reolink extend DHCP discovery (#89238)
This commit is contained in:
parent
91e389c58d
commit
f9be796ca3
@ -6,8 +6,13 @@
|
|||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
"hostname": "reolink*",
|
"hostname": "reolink*"
|
||||||
|
},
|
||||||
|
{
|
||||||
"macaddress": "EC71DB*"
|
"macaddress": "EC71DB*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"registered_devices": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
"documentation": "https://www.home-assistant.io/integrations/reolink",
|
||||||
|
@ -387,8 +387,15 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{
|
{
|
||||||
"domain": "reolink",
|
"domain": "reolink",
|
||||||
"hostname": "reolink*",
|
"hostname": "reolink*",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "reolink",
|
||||||
"macaddress": "EC71DB*",
|
"macaddress": "EC71DB*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "reolink",
|
||||||
|
"registered_devices": True,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "ring",
|
"domain": "ring",
|
||||||
"hostname": "ring*",
|
"hostname": "ring*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user