mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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",
|
"name": "WiZ",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{"registered_devices": true},
|
||||||
{"macaddress":"A8BB50*"},
|
{"macaddress":"A8BB50*"},
|
||||||
{"hostname":"wiz_*"}
|
{"hostname":"wiz_*"}
|
||||||
],
|
],
|
||||||
|
@ -151,6 +151,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'unifiprotect', 'macaddress': '74ACB9*'},
|
{'domain': 'unifiprotect', 'macaddress': '74ACB9*'},
|
||||||
{'domain': 'verisure', 'macaddress': '0023C1*'},
|
{'domain': 'verisure', 'macaddress': '0023C1*'},
|
||||||
{'domain': 'vicare', 'macaddress': 'B87424*'},
|
{'domain': 'vicare', 'macaddress': 'B87424*'},
|
||||||
|
{'domain': 'wiz', 'registered_devices': True},
|
||||||
{'domain': 'wiz', 'macaddress': 'A8BB50*'},
|
{'domain': 'wiz', 'macaddress': 'A8BB50*'},
|
||||||
{'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