mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 14:25:31 +00:00
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.3"]
|
|
}
|