mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Loosen wiz discovery matching (#66095)
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user