2023-01-17 13:01:36 +00:00
|
|
|
{
|
|
|
|
"domain": "otbr",
|
2023-01-20 13:32:41 +00:00
|
|
|
"name": "Open Thread Border Router",
|
2023-02-08 19:32:43 +00:00
|
|
|
"after_dependencies": ["hassio"],
|
|
|
|
"codeowners": ["@home-assistant/core"],
|
2023-01-17 18:27:33 +00:00
|
|
|
"config_flow": true,
|
2023-01-23 15:27:24 +00:00
|
|
|
"dependencies": ["thread"],
|
2023-01-17 13:01:36 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/otbr",
|
2023-02-08 19:32:43 +00:00
|
|
|
"integration_type": "service",
|
2023-01-18 16:33:15 +00:00
|
|
|
"iot_class": "local_polling",
|
2023-03-08 20:52:53 +00:00
|
|
|
"requirements": ["python-otbr-api==1.0.8"]
|
2023-01-17 13:01:36 +00:00
|
|
|
}
|