From 9e34a2b25e56ac78bd3c4c1ca0940c5117f42db0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 27 Jan 2024 09:49:33 +0100 Subject: [PATCH] Add analytics insights (#30763) Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com> --- .../_integrations/analytics_insights.markdown | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_integrations/analytics_insights.markdown diff --git a/source/_integrations/analytics_insights.markdown b/source/_integrations/analytics_insights.markdown new file mode 100644 index 00000000000..165f3f55b6a --- /dev/null +++ b/source/_integrations/analytics_insights.markdown @@ -0,0 +1,23 @@ +--- +title: Home Assistant Analytics Insights +description: Instructions on how to integrate Home Assistant Analytics Insights within Home Assistant. +ha_category: + - Sensor +ha_release: '2024.2' +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@joostlek' +ha_domain: analytics_insights +ha_platforms: + - sensor +ha_integration_type: service +--- + +The **Analytics Insights** {% term integration %} allows you to get integration usage statistics into Home Assistant. +The data comes from [Home Assistant Analytics](https://analytics.home-assistant.io/). +For more information about the component that collects analytics, checkout [Analytics](/analytics). + +Only integrations with one or more active installations will be displayed. This means it will take some time before newly released integrations are visible. + +{% include integrations/config_flow.md %}