2022-02-05 00:20:21 +00:00
|
|
|
{
|
|
|
|
"domain": "wiz",
|
|
|
|
"name": "WiZ",
|
|
|
|
"config_flow": true,
|
2022-02-05 16:36:44 +00:00
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "registered_devices": true },
|
|
|
|
{ "macaddress": "A8BB50*" },
|
|
|
|
{ "macaddress": "D8A011*" },
|
|
|
|
{ "macaddress": "444F8E*" },
|
|
|
|
{ "macaddress": "6C2990*" },
|
|
|
|
{ "hostname": "wiz_*" }
|
2022-02-05 16:36:44 +00:00
|
|
|
],
|
|
|
|
"dependencies": ["network"],
|
2022-02-14 15:31:26 +00:00
|
|
|
"quality_scale": "platinum",
|
2022-02-05 00:20:21 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
2022-06-10 04:10:15 +00:00
|
|
|
"requirements": ["pywizlight==0.5.14"],
|
2022-02-07 15:46:00 +00:00
|
|
|
"iot_class": "local_push",
|
2022-02-05 15:23:19 +00:00
|
|
|
"codeowners": ["@sbidy"]
|
2022-02-05 16:36:44 +00:00
|
|
|
}
|