mirror of https://github.com/home-assistant/core
13 lines
369 B
JSON
13 lines
369 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",
|
|
"iot_class": "local_push",
|
|
"requirements": ["paho-mqtt==1.6.1"],
|
|
"single_config_entry": true
|
|
}
|