diff --git a/homeassistant/components/wiz/manifest.json b/homeassistant/components/wiz/manifest.json index 104f8db5ba0..2dacb32c094 100644 --- a/homeassistant/components/wiz/manifest.json +++ b/homeassistant/components/wiz/manifest.json @@ -5,6 +5,9 @@ "dhcp": [ {"registered_devices": true}, {"macaddress":"A8BB50*"}, + {"macaddress":"D8A011*"}, + {"macaddress":"444F8E*"}, + {"macaddress":"6C2990*"}, {"hostname":"wiz_*"} ], "dependencies": ["network"], diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 8809dd45f4a..60a8e50c523 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -165,5 +165,8 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'vicare', 'macaddress': 'B87424*'}, {'domain': 'wiz', 'registered_devices': True}, {'domain': 'wiz', 'macaddress': 'A8BB50*'}, + {'domain': 'wiz', 'macaddress': 'D8A011*'}, + {'domain': 'wiz', 'macaddress': '444F8E*'}, + {'domain': 'wiz', 'macaddress': '6C2990*'}, {'domain': 'wiz', 'hostname': 'wiz_*'}, {'domain': 'yeelight', 'hostname': 'yeelink-*'}]