2021-03-30 00:20:11 +00:00
|
|
|
{
|
|
|
|
"domain": "analytics",
|
|
|
|
"name": "Analytics",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/analytics",
|
2021-08-02 16:46:07 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@home-assistant/core",
|
|
|
|
"@ludeeus"
|
|
|
|
],
|
|
|
|
"dependencies": [
|
|
|
|
"api",
|
|
|
|
"websocket_api"
|
|
|
|
],
|
|
|
|
"after_dependencies": [
|
|
|
|
"energy"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "internal",
|
|
|
|
"iot_class": "cloud_push"
|
2021-08-02 16:46:07 +00:00
|
|
|
}
|