From c04d02926885d713d457438d5c73fcc8dea58bc5 Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sun, 2 Jan 2022 21:36:44 +0100 Subject: [PATCH] Statistics integration optional unique_id (#20542) --- source/_integrations/statistics.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/statistics.markdown b/source/_integrations/statistics.markdown index 0d164fffcdf..6b613dcf36d 100644 --- a/source/_integrations/statistics.markdown +++ b/source/_integrations/statistics.markdown @@ -141,4 +141,8 @@ quantile_method: required: false default: exclusive type: string +unique_id: + description: An ID that uniquely identifies the statistics sensor. Set this to a unique value to allow customization through the UI. Change the unique ID after switching the `state_characteristic` of a previously configured sensor, to start with a fresh recorder history. + required: false + type: string {% endconfiguration %}