mirror of
https://github.com/elisspace/core.git
synced 2026-09-25 12:07:13 +00:00
* Add thread dataset store * Address review comments * Bump python-otbr-api to 1.0.3 * Remove stuff which we don't need yet
11 lines
293 B
JSON
11 lines
293 B
JSON
{
|
|
"domain": "thread",
|
|
"name": "Thread",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/thread",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["python-otbr-api==1.0.3"]
|
|
}
|