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,
|
||||
"dhcp": [
|
||||
{"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"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
||||
|
@ -618,7 +618,7 @@ DHCP = [
|
||||
},
|
||||
{
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user