From 8e9e01179dbea91b574aabd1a0e1180495aa856b Mon Sep 17 00:00:00 2001 From: KNXBroker Date: Mon, 29 Mar 2021 09:15:02 +0200 Subject: [PATCH] Add explaination for 'unkown' sensor (#17106) --- source/_integrations/statistics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/statistics.markdown b/source/_integrations/statistics.markdown index fb24cd708b1..f94d313a778 100644 --- a/source/_integrations/statistics.markdown +++ b/source/_integrations/statistics.markdown @@ -52,7 +52,7 @@ sampling_size: default: 20 type: integer max_age: - description: Maximum age of measurements. Setting this to a time interval will cause older values to be discarded. Please note that you might have to increase the [sampling_size](/integrations/statistics#sampling_size) parameter. If you e.g., have a sensor value updated every second you will, by default, only get a max_age of 20s. + description: Maximum age of measurements. Setting this to a time interval will cause older values to be discarded. Please note that you might have to increase the [sampling_size](/integrations/statistics#sampling_size) parameter. If you e.g., have a sensor value updated every second you will, by default, only get a max_age of 20s. Furthermore the sensor gets `unkown` if the entity is not updated within the time interval. required: false type: time precision: