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",
|
2020-10-22 08:08:19 +00:00
|
|
|
"requirements": ["paho-mqtt==1.5.1"],
|
2020-01-06 20:28:23 +00:00
|
|
|
"dependencies": ["http"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@emontnemery"],
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|