2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "zha",
|
|
|
|
"name": "Zigbee Home Automation",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/zha",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2021-09-17 23:52:49 +00:00
|
|
|
"bellows==0.28.0",
|
2020-12-10 19:41:31 +00:00
|
|
|
"pyserial==3.5",
|
|
|
|
"pyserial-asyncio==0.5",
|
2021-09-30 02:47:15 +00:00
|
|
|
"zha-quirks==0.0.62",
|
2021-08-26 15:38:35 +00:00
|
|
|
"zigpy-deconz==0.13.0",
|
2021-09-14 01:27:29 +00:00
|
|
|
"zigpy==0.38.0",
|
2021-08-26 15:38:35 +00:00
|
|
|
"zigpy-xbee==0.14.0",
|
2020-11-20 13:05:51 +00:00
|
|
|
"zigpy-zigate==0.7.3",
|
2021-08-26 15:38:35 +00:00
|
|
|
"zigpy-znp==0.5.4"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
2021-08-21 01:42:23 +00:00
|
|
|
"usb": [
|
2021-08-26 13:59:02 +00:00
|
|
|
{"vid":"10C4","pid":"EA60","description":"*2652*","known_devices":["slae.sh cc2652rb stick"]},
|
2021-09-13 21:22:55 +00:00
|
|
|
{"vid":"10C4","pid":"EA60","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
|
2021-09-27 21:19:42 +00:00
|
|
|
{"vid":"1A86","pid":"7523","description":"*tubeszb*","known_devices":["TubesZB Coordinator"]},
|
2021-08-26 13:59:02 +00:00
|
|
|
{"vid":"1CF1","pid":"0030","description":"*conbee*","known_devices":["Conbee II"]},
|
|
|
|
{"vid":"10C4","pid":"8A2A","description":"*zigbee*","known_devices":["Nortek HUSBZB-1"]}
|
2021-08-21 01:42:23 +00:00
|
|
|
],
|
2021-03-30 15:13:26 +00:00
|
|
|
"codeowners": ["@dmulcahey", "@adminiuga"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_esphomelib._tcp.local.",
|
|
|
|
"name": "tube*"
|
|
|
|
}
|
|
|
|
],
|
2021-08-21 12:24:21 +00:00
|
|
|
"after_dependencies": ["usb", "zeroconf"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "local_polling"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|