* Remove hassio from ALLOWED_USED_COMPONENTS * Move HassioServiceInfo to helpers.service_info * Deprecate moved functions * Add note about deprecation * Fix tests * Implement suggestion * Typo * Update pyproject.toml Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
13 lines
400 B
JSON
13 lines
400 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",
|
|
"quality_scale": "platinum",
|
|
"requirements": ["paho-mqtt==1.6.1"],
|
|
"single_config_entry": true
|
|
}
|