From 7b334d17554f27fac175feaf6916712ab5468d24 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 21 Feb 2022 07:02:09 -1000 Subject: [PATCH] Add additional WiZ OUIs (#66991) --- homeassistant/components/wiz/manifest.json | 3 +++ homeassistant/generated/dhcp.py | 3 +++ 2 files changed, 6 insertions(+) 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-*'}]