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",
|
|
|
|
"requirements": ["python-otbr-api==1.0.3"]
|
2023-01-23 15:27:24 +00:00
|
|
|
}
|