mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Reolink extend DHCP discovery (#89238)
This commit is contained in:
@@ -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*",
|
||||
|
||||
Reference in New Issue
Block a user