* Add WS command for discovering Thread routers * Fix type annotations * Mock zeroconf in tests * Key discovery by external MAC address * Add tests * Include hostname in data, allow missing fields * Fix typo * Include server instead of hostname
11 lines
325 B
JSON
11 lines
325 B
JSON
{
|
|
"domain": "thread",
|
|
"name": "Thread",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"config_flow": true,
|
|
"dependencies": ["zeroconf"],
|
|
"documentation": "https://www.home-assistant.io/integrations/thread",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["python-otbr-api==1.0.3"]
|
|
}
|