12 lines
339 B
JSON
12 lines
339 B
JSON
{
|
|
"domain": "drop_connect",
|
|
"name": "DROP",
|
|
"codeowners": ["@ChandlerSystems", "@pfrazer"],
|
|
"config_flow": true,
|
|
"dependencies": ["mqtt"],
|
|
"documentation": "https://www.home-assistant.io/integrations/drop_connect",
|
|
"iot_class": "local_push",
|
|
"mqtt": ["drop_connect/discovery/#"],
|
|
"requirements": ["dropmqttapi==1.0.2"]
|
|
}
|