core/homeassistant/components/zha/manifest.json

28 lines
634 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",
2021-04-09 16:08:56 +00:00
"zha-quirks==0.0.56",
"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"
],
"codeowners": ["@dmulcahey", "@adminiuga"],
"zeroconf": [
{
"type": "_esphomelib._tcp.local.",
"name": "tube*"
}
],
"after_dependencies": ["zeroconf"],
"iot_class": "local_polling"
}