From 0a9e381dd81dd7c567379353a64e992266c3dc7b Mon Sep 17 00:00:00 2001 From: ludeeus Date: Thu, 9 Feb 2023 14:05:15 +0000 Subject: [PATCH 1/2] Add recorder engine to analytics documentation --- source/_integrations/analytics.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index b3804f367d7a..74a55341619c 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -75,6 +75,7 @@ This includes: - The names of all your core integrations - The names and versions of all your custom integrations if you have any +- The engine used for the [recorder integration](/integrations/recorder) - Boolean to indicate that the [energy integration](/integrations/energy) is configured - Boolean to indicate that [HTTP certificate](https://www.home-assistant.io/integrations/http/#ssl_certificate) is configured @@ -114,6 +115,9 @@ If your system includes the Supervisor, this will also contain: "energy": { "configured": true }, + "recorder": { + "engine": "sqlite", + }, "certificate": false } ``` From 8391afd0687a0a3e563832c859a6d231a314e47f Mon Sep 17 00:00:00 2001 From: ludeeus Date: Mon, 13 Feb 2023 08:06:39 +0000 Subject: [PATCH 2/2] Add version --- source/_integrations/analytics.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index 74a55341619c..29da513a91e2 100644 --- a/source/_integrations/analytics.markdown +++ b/source/_integrations/analytics.markdown @@ -75,7 +75,7 @@ This includes: - The names of all your core integrations - The names and versions of all your custom integrations if you have any -- The engine used for the [recorder integration](/integrations/recorder) +- The name and version of the engine used in the [recorder integration](/integrations/recorder) - Boolean to indicate that the [energy integration](/integrations/energy) is configured - Boolean to indicate that [HTTP certificate](https://www.home-assistant.io/integrations/http/#ssl_certificate) is configured @@ -117,6 +117,7 @@ If your system includes the Supervisor, this will also contain: }, "recorder": { "engine": "sqlite", + "version": "123" }, "certificate": false }