core/homeassistant/components/zha/manifest.json

17 lines
433 B
JSON

{
"domain": "zha",
"name": "Zigbee Home Automation",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/zha",
"requirements": [
"bellows-homeassistant==0.10.0",
"zha-quirks==0.0.26",
"zigpy-deconz==0.6.0",
"zigpy-homeassistant==0.10.0",
"zigpy-xbee-homeassistant==0.6.0",
"zigpy-zigate==0.5.0"
],
"dependencies": [],
"codeowners": ["@dmulcahey", "@adminiuga"]
}