mirror of https://github.com/home-assistant/core
12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"domain": "statistics",
|
|
"name": "Statistics",
|
|
"after_dependencies": ["recorder"],
|
|
"codeowners": ["@ThomDietrich"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/statistics",
|
|
"integration_type": "helper",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "internal"
|
|
}
|