From 99388248f6767e6554136e03fa7e9b56280fe729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 22 Mar 2022 14:50:09 +0100 Subject: [PATCH] Add boolean for certificate usage to analytics (#22044) --- source/_integrations/analytics.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/analytics.markdown b/source/_integrations/analytics.markdown index e639838001c..009830306b8 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 - 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 If your system includes the Supervisor, this will also contain: @@ -111,7 +112,8 @@ If your system includes the Supervisor, this will also contain: ], "energy": { "configured": true - } + }, + "certificate": false } ```