Enable dhcp flows for wiz registered devices (#66595)

This commit is contained in:
J. Nick Koston
2022-02-15 23:14:52 +01:00
committed by GitHub
parent d64ef2ba73
commit 6134a224dd
2 changed files with 2 additions and 0 deletions
@@ -3,6 +3,7 @@
"name": "WiZ",
"config_flow": true,
"dhcp": [
{"registered_devices": true},
{"macaddress":"A8BB50*"},
{"hostname":"wiz_*"}
],
+1
View File
@@ -151,6 +151,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'unifiprotect', 'macaddress': '74ACB9*'},
{'domain': 'verisure', 'macaddress': '0023C1*'},
{'domain': 'vicare', 'macaddress': 'B87424*'},
{'domain': 'wiz', 'registered_devices': True},
{'domain': 'wiz', 'macaddress': 'A8BB50*'},
{'domain': 'wiz', 'hostname': 'wiz_*'},
{'domain': 'yeelight', 'hostname': 'yeelink-*'}]