* 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>
11 lines
374 B
JSON
11 lines
374 B
JSON
{
|
|
"domain": "analytics",
|
|
"name": "Analytics",
|
|
"after_dependencies": ["energy", "hassio", "recorder"],
|
|
"codeowners": ["@home-assistant/core", "@ludeeus"],
|
|
"dependencies": ["api", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/analytics",
|
|
"integration_type": "system",
|
|
"iot_class": "cloud_push",
|
|
"quality_scale": "internal"
|
|
}
|