Add additional WiZ OUIs (#66991)

pull/66994/head
J. Nick Koston 2022-02-21 07:02:09 -10:00 committed by GitHub
parent 4efada7db0
commit 7b334d1755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"dhcp": [
{"registered_devices": true},
{"macaddress":"A8BB50*"},
{"macaddress":"D8A011*"},
{"macaddress":"444F8E*"},
{"macaddress":"6C2990*"},
{"hostname":"wiz_*"}
],
"dependencies": ["network"],

View File

@ -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-*'}]