mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add additional MAC address pattern for Guardian DHCP discovery (#58562)
This commit is contained in:
parent
0456a896e3
commit
feda48f599
@ -12,6 +12,10 @@
|
||||
"hostname": "gvc*",
|
||||
"macaddress": "30AEA4*"
|
||||
},
|
||||
{
|
||||
"hostname": "gvc*",
|
||||
"macaddress": "B4E62D*"
|
||||
},
|
||||
{
|
||||
"hostname": "guardian*",
|
||||
"macaddress": "30AEA4*"
|
||||
|
@ -166,6 +166,11 @@ DHCP = [
|
||||
"hostname": "gvc*",
|
||||
"macaddress": "30AEA4*"
|
||||
},
|
||||
{
|
||||
"domain": "guardian",
|
||||
"hostname": "gvc*",
|
||||
"macaddress": "B4E62D*"
|
||||
},
|
||||
{
|
||||
"domain": "guardian",
|
||||
"hostname": "guardian*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user