2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "mqtt",
|
|
|
|
"name": "MQTT",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/mqtt",
|
2021-11-08 17:16:44 +00:00
|
|
|
"requirements": ["paho-mqtt==1.6.1"],
|
2022-10-24 07:58:23 +00:00
|
|
|
"dependencies": ["file_upload", "http"],
|
2022-11-30 13:55:31 +00:00
|
|
|
"codeowners": ["@emontnemery", "@jbouwh"],
|
2022-11-25 12:41:46 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"quality_scale": "gold"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|