mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Loosen wiz discovery matching (#66095)
This commit is contained in:
parent
41a4d40b71
commit
d62e9c2b92
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{"macaddress":"A8BB50*"},
|
{"macaddress":"A8BB50*"},
|
||||||
{"hostname":"wiz_[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]"}
|
{"hostname":"wiz_*"}
|
||||||
],
|
],
|
||||||
"dependencies": ["network"],
|
"dependencies": ["network"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
||||||
|
@ -618,7 +618,7 @@ DHCP = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "wiz",
|
"domain": "wiz",
|
||||||
"hostname": "wiz_[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]"
|
"hostname": "wiz_*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"domain": "yeelight",
|
"domain": "yeelight",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user