Statistics integration: Fix typo (#23471)

This commit is contained in:
Sebastian Lövdahl 2022-07-20 23:17:25 +03:00 committed by GitHub
parent 816af0d265
commit ef95fd60ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ sampling_size:
default: 20 default: 20
type: integer type: integer
max_age: max_age:
description: Maximum age of source sensor measurements stored. Setting this to a time period will cause older values to be discarded. If omitted, the number of considered source sensor measurements is limitted by `sampling_size` only. Set both parameters appropriately to create suited limits for your use case. The sensor value will become `unkown` if the source sensor is not updated within the time period. description: Maximum age of source sensor measurements stored. Setting this to a time period will cause older values to be discarded. If omitted, the number of considered source sensor measurements is limitted by `sampling_size` only. Set both parameters appropriately to create suited limits for your use case. The sensor value will become `unknown` if the source sensor is not updated within the time period.
required: false required: false
type: time type: time
precision: precision: