15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"domain": "wiz",
|
|
"name": "WiZ",
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{"macaddress":"A8BB50*"},
|
|
{"hostname":"wiz_*"}
|
|
],
|
|
"dependencies": ["network"],
|
|
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
|
"requirements": ["pywizlight==0.5.3"],
|
|
"iot_class": "local_push",
|
|
"codeowners": ["@sbidy"]
|
|
}
|