core/homeassistant/components/zha/manifest.json

19 lines
439 B
JSON

{
"domain": "zha",
"name": "Zigbee Home Automation",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
"bellows==0.20.3",
"pyserial==3.4",
"zha-quirks==0.0.45",
"zigpy-cc==0.5.2",
"zigpy-deconz==0.10.0",
"zigpy==0.25.0",
"zigpy-xbee==0.13.0",
"zigpy-zigate==0.6.2",
"zigpy-znp==0.2.1"
],
"codeowners": ["@dmulcahey", "@adminiuga"]
}