Loosen wiz discovery matching (#66095)

This commit is contained in:
J. Nick Koston 2022-02-08 12:57:21 -06:00 committed by GitHub
parent 41a4d40b71
commit d62e9c2b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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",