2023-01-23 15:27:24 +00:00
|
|
|
{
|
|
|
|
"domain": "thread",
|
|
|
|
"name": "Thread",
|
|
|
|
"codeowners": ["@home-assistant/core"],
|
|
|
|
"config_flow": true,
|
2023-02-15 14:15:29 +00:00
|
|
|
"dependencies": ["zeroconf"],
|
2023-01-23 15:27:24 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/thread",
|
|
|
|
"integration_type": "service",
|
2023-02-03 14:47:41 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-03-13 14:52:36 +00:00
|
|
|
"requirements": ["python-otbr-api==1.0.9", "pyroute2==0.7.5"],
|
2023-02-21 16:22:00 +00:00
|
|
|
"zeroconf": ["_meshcop._udp.local."]
|
2023-01-23 15:27:24 +00:00
|
|
|
}
|