mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"domain": "drop_connect",
|
|
"name": "DROP",
|
|
"codeowners": ["@ChandlerSystems", "@pfrazer"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/drop_connect",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["drop_connect/discovery/#"],
|
|
"requirements": ["dropmqttapi==1.0.3"]
|
|
}
|