core/homeassistant/components/zha/manifest.json

18 lines
414 B
JSON
Raw Normal View History

{
"domain": "zha",
"name": "Zigbee Home Automation",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
2020-06-11 03:05:14 +00:00
"bellows==0.17.0",
"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",
"zigpy-deconz==0.9.2",
2020-06-11 03:05:14 +00:00
"zigpy==0.21.0",
"zigpy-xbee==0.12.1",
"zigpy-zigate==0.6.1"
],
2019-08-01 03:33:12 +00:00
"codeowners": ["@dmulcahey", "@adminiuga"]
}