mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Loosen flume dhcp discovery matching (#50379)
This commit is contained in:
parent
dfe8ab6666
commit
f581616064
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user