diff --git a/homeassistant/components/wiz/manifest.json b/homeassistant/components/wiz/manifest.json index 82e1393dec3..f1e44e5a774 100644 --- a/homeassistant/components/wiz/manifest.json +++ b/homeassistant/components/wiz/manifest.json @@ -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", diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index bf42a11f951..a2193307b18 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -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",