2023-01-17 13:01:36 +00:00
|
|
|
{
|
|
|
|
"domain": "otbr",
|
2023-01-20 13:32:41 +00:00
|
|
|
"name": "Open Thread Border Router",
|
2023-03-28 10:34:25 +00:00
|
|
|
"after_dependencies": ["hassio", "zha"],
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@home-assistant/core"],
|
2023-01-17 18:27:33 +00:00
|
|
|
"config_flow": true,
|
2023-03-28 10:34:25 +00:00
|
|
|
"dependencies": ["homeassistant_hardware", "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-13 14:52:36 +00:00
|
|
|
"requirements": ["python-otbr-api==1.0.9"]
|
2023-01-17 13:01:36 +00:00
|
|
|
}
|