mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix dhcp generated conflict (#50498)
This commit is contained in:
parent
7df47664e8
commit
4e08d22a74
@ -66,6 +66,10 @@ DHCP = [
|
||||
"domain": "flume",
|
||||
"hostname": "flume-gw-*"
|
||||
},
|
||||
{
|
||||
"domain": "gogogate2",
|
||||
"hostname": "ismartgate*"
|
||||
},
|
||||
{
|
||||
"domain": "guardian",
|
||||
"hostname": "gvc*",
|
||||
@ -76,10 +80,6 @@ DHCP = [
|
||||
"hostname": "guardian*",
|
||||
"macaddress": "30AEA4*"
|
||||
},
|
||||
{
|
||||
"domain": "gogogate2",
|
||||
"hostname": "ismartgate*"
|
||||
},
|
||||
{
|
||||
"domain": "hunterdouglas_powerview",
|
||||
"hostname": "hunter*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user