28 lines
634 B
JSON
28 lines
634 B
JSON
{
|
|
"domain": "zha",
|
|
"name": "Zigbee Home Automation",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/zha",
|
|
"requirements": [
|
|
"bellows==0.25.0",
|
|
"pyserial==3.5",
|
|
"pyserial-asyncio==0.5",
|
|
"zha-quirks==0.0.59",
|
|
"zigpy-cc==0.5.2",
|
|
"zigpy-deconz==0.12.0",
|
|
"zigpy==0.35.2",
|
|
"zigpy-xbee==0.13.0",
|
|
"zigpy-zigate==0.7.3",
|
|
"zigpy-znp==0.5.1"
|
|
],
|
|
"codeowners": ["@dmulcahey", "@adminiuga"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_esphomelib._tcp.local.",
|
|
"name": "tube*"
|
|
}
|
|
],
|
|
"after_dependencies": ["zeroconf"],
|
|
"iot_class": "local_polling"
|
|
}
|