2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "zha",
|
|
|
|
"name": "Zigbee Home Automation",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/zha",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2020-06-11 03:05:14 +00:00
|
|
|
"bellows==0.17.0",
|
2020-05-06 10:23:53 +00:00
|
|
|
"pyserial==3.4",
|
2020-06-29 22:37:42 +00:00
|
|
|
"zha-quirks==0.0.41",
|
2020-06-06 13:32:26 +00:00
|
|
|
"zigpy-cc==0.4.4",
|
2020-05-08 21:21:48 +00:00
|
|
|
"zigpy-deconz==0.9.2",
|
2020-06-11 03:05:14 +00:00
|
|
|
"zigpy==0.21.0",
|
2020-05-06 10:23:53 +00:00
|
|
|
"zigpy-xbee==0.12.1",
|
|
|
|
"zigpy-zigate==0.6.1"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2019-08-01 03:33:12 +00:00
|
|
|
"codeowners": ["@dmulcahey", "@adminiuga"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|