mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
* Add Thread integration * Address review comments * Address review comments
10 lines
247 B
JSON
10 lines
247 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"
|
|
}
|