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": [
"bellows==0.18.0",
"pyserial==3.4",
2020-07-14 23:34:57 +00:00
"zha-quirks==0.0.42",
2020-06-06 13:32:26 +00:00
"zigpy-cc==0.4.4",
"zigpy-deconz==0.9.2",
"zigpy==0.22.2",
"zigpy-xbee==0.12.1",
"zigpy-zigate==0.6.1"
],
2019-08-01 03:33:12 +00:00
"codeowners": ["@dmulcahey", "@adminiuga"]
}