mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
15 lines
433 B
JSON
15 lines
433 B
JSON
{
|
|
"domain": "mqtt",
|
|
"name": "MQTT",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@emontnemery", "@jbouwh", "@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["file_upload", "http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["paho-mqtt==2.1.0"],
|
|
"single_config_entry": true
|
|
}
|