core/homeassistant/components/otbr/manifest.json

13 lines
407 B
JSON
Raw Normal View History

{
"domain": "otbr",
"name": "Open Thread Border Router",
"after_dependencies": ["hassio", "zha"],
2023-02-08 19:32:43 +00:00
"codeowners": ["@home-assistant/core"],
"config_flow": true,
"dependencies": ["homeassistant_hardware", "thread"],
"documentation": "https://www.home-assistant.io/integrations/otbr",
2023-02-08 19:32:43 +00:00
"integration_type": "service",
"iot_class": "local_polling",
2023-03-13 14:52:36 +00:00
"requirements": ["python-otbr-api==1.0.9"]
}