mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Enable dhcp flows for wiz registered devices (#66595)
This commit is contained in:
parent
d64ef2ba73
commit
6134a224dd
@ -3,6 +3,7 @@
|
||||
"name": "WiZ",
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
{"registered_devices": true},
|
||||
{"macaddress":"A8BB50*"},
|
||||
{"hostname":"wiz_*"}
|
||||
],
|
||||
|
@ -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-*'}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user