core/homeassistant/components/zha/manifest.json

20 lines
468 B
JSON
Raw Normal View History

{
"domain": "zha",
"name": "Zigbee Home Automation",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
2021-03-16 16:21:08 +00:00
"bellows==0.23.1",
"pyserial==3.5",
"pyserial-asyncio==0.5",
"zha-quirks==0.0.55",
"zigpy-cc==0.5.2",
2021-03-23 15:03:16 +00:00
"zigpy-deconz==0.12.0",
2021-03-05 22:01:54 +00:00
"zigpy==0.33.0",
"zigpy-xbee==0.13.0",
"zigpy-zigate==0.7.3",
"zigpy-znp==0.4.0"
],
2019-08-01 03:33:12 +00:00
"codeowners": ["@dmulcahey", "@adminiuga"]
}