mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add additional WiZ OUIs (#66991)
This commit is contained in:
parent
4efada7db0
commit
7b334d1755
@ -5,6 +5,9 @@
|
|||||||
"dhcp": [
|
"dhcp": [
|
||||||
{"registered_devices": true},
|
{"registered_devices": true},
|
||||||
{"macaddress":"A8BB50*"},
|
{"macaddress":"A8BB50*"},
|
||||||
|
{"macaddress":"D8A011*"},
|
||||||
|
{"macaddress":"444F8E*"},
|
||||||
|
{"macaddress":"6C2990*"},
|
||||||
{"hostname":"wiz_*"}
|
{"hostname":"wiz_*"}
|
||||||
],
|
],
|
||||||
"dependencies": ["network"],
|
"dependencies": ["network"],
|
||||||
|
@ -165,5 +165,8 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'vicare', 'macaddress': 'B87424*'},
|
{'domain': 'vicare', 'macaddress': 'B87424*'},
|
||||||
{'domain': 'wiz', 'registered_devices': True},
|
{'domain': 'wiz', 'registered_devices': True},
|
||||||
{'domain': 'wiz', 'macaddress': 'A8BB50*'},
|
{'domain': 'wiz', 'macaddress': 'A8BB50*'},
|
||||||
|
{'domain': 'wiz', 'macaddress': 'D8A011*'},
|
||||||
|
{'domain': 'wiz', 'macaddress': '444F8E*'},
|
||||||
|
{'domain': 'wiz', 'macaddress': '6C2990*'},
|
||||||
{'domain': 'wiz', 'hostname': 'wiz_*'},
|
{'domain': 'wiz', 'hostname': 'wiz_*'},
|
||||||
{'domain': 'yeelight', 'hostname': 'yeelink-*'}]
|
{'domain': 'yeelight', 'hostname': 'yeelink-*'}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user