forked from home-assistant/core
Loosen flume dhcp discovery matching (#50379)
This commit is contained in:
@@ -7,12 +7,7 @@
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "flume-gw-*",
|
||||
"macaddress": "ECFABC*"
|
||||
},
|
||||
{
|
||||
"hostname": "flume-gw-*",
|
||||
"macaddress": "B4E62D*"
|
||||
"hostname": "flume-gw-*"
|
||||
}
|
||||
],
|
||||
"iot_class": "cloud_polling"
|
||||
|
@@ -64,13 +64,7 @@ DHCP = [
|
||||
},
|
||||
{
|
||||
"domain": "flume",
|
||||
"hostname": "flume-gw-*",
|
||||
"macaddress": "ECFABC*"
|
||||
},
|
||||
{
|
||||
"domain": "flume",
|
||||
"hostname": "flume-gw-*",
|
||||
"macaddress": "B4E62D*"
|
||||
"hostname": "flume-gw-*"
|
||||
},
|
||||
{
|
||||
"domain": "hunterdouglas_powerview",
|
||||
|
Reference in New Issue
Block a user