mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Loosen flume dhcp discovery matching (#50379)
This commit is contained in:
parent
dfe8ab6666
commit
f581616064
@ -7,12 +7,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
"hostname": "flume-gw-*",
|
"hostname": "flume-gw-*"
|
||||||
"macaddress": "ECFABC*"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"hostname": "flume-gw-*",
|
|
||||||
"macaddress": "B4E62D*"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
|
@ -64,13 +64,7 @@ DHCP = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "flume",
|
"domain": "flume",
|
||||||
"hostname": "flume-gw-*",
|
"hostname": "flume-gw-*"
|
||||||
"macaddress": "ECFABC*"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"domain": "flume",
|
|
||||||
"hostname": "flume-gw-*",
|
|
||||||
"macaddress": "B4E62D*"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "hunterdouglas_powerview",
|
"domain": "hunterdouglas_powerview",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user