From 6db3413cfeceb50c7ac3dd20896ac490c0935f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 2 Aug 2021 18:51:25 +0200 Subject: [PATCH] Add energy analytics (#18693) --- source/_integrations/analytics.markdown | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index ec29202eac3..cddcd7ba759 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -74,6 +74,7 @@ This includes: - The names of all your core integrations - The names and versions of all your custom integrations if you have any +- Boolean to indicate that the [`energy` integration](/integrations/energy) is configured If your system includes the Supervisor, this will also contain: @@ -100,14 +101,17 @@ If your system includes the Supervisor, this will also contain: "version": "{{site.data.version_data.hassos['odroid-n2']}}" }, "integrations": ["awesome_integration"], - "addons": [ - { - "slug": "awesome_addon", - "protected": true, - "version": "1.0.0", - "auto_update": false - } - ] + "addons": [ + { + "slug": "awesome_addon", + "protected": true, + "version": "1.0.0", + "auto_update": false + } + ], + "energy": { + "configured": true + } } ```