hass-core/homeassistant/components/otbr/manifest.json
Erik Montnemery c3091fad4c
Raise repair issue if OTBR and ZHA are on different channels (#90494)
* Raise repair issue if OTBR and ZHA are on different channels

* Update issues after creating or setting dataset

* Explain impact

* Add link to documentation, adjust language

* Update homeassistant/components/otbr/strings.json

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-03 13:02:10 -04:00

12 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==1.0.9"]
}