core/homeassistant/components/zha/manifest.json

17 lines
429 B
JSON
Raw Normal View History

{
"domain": "zha",
"name": "Zigbee Home Automation",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/zha",
"requirements": [
2019-08-20 23:06:38 +00:00
"bellows-homeassistant==0.9.1",
2019-08-26 05:34:43 +00:00
"zha-quirks==0.0.22",
2019-08-20 23:06:38 +00:00
"zigpy-deconz==0.2.2",
2019-08-12 22:34:16 +00:00
"zigpy-homeassistant==0.7.1",
"zigpy-xbee-homeassistant==0.4.0",
"zigpy-zigate==0.2.0"
],
"dependencies": [],
2019-08-01 03:33:12 +00:00
"codeowners": ["@dmulcahey", "@adminiuga"]
}