mirror of https://github.com/home-assistant/core
13 lines
431 B
JSON
13 lines
431 B
JSON
{
|
|
"domain": "otbr",
|
|
"name": "Open Thread Border Router",
|
|
"after_dependencies": ["hassio", "homeassistant_yellow", "zha"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"dependencies": ["homeassistant_hardware", "thread"],
|
|
"documentation": "https://www.home-assistant.io/integrations/otbr",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["python-otbr-api==2.6.0"]
|
|
}
|