mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 23:52:02 +00:00
* 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
12 lines
325 B
JSON
12 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"]
|
|
}
|