mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +02:00
Mark MQTT as service (#152899)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"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"],
|
||||
|
||||
@@ -4168,7 +4168,7 @@
|
||||
"name": "Manual MQTT Alarm Control Panel"
|
||||
},
|
||||
"mqtt": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "MQTT"
|
||||
|
||||
Reference in New Issue
Block a user