1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/drop_connect/manifest.json
2024-01-03 21:10:00 +01:00

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"]
}