mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Statistics integration: Fix typo (#23471)
This commit is contained in:
parent
816af0d265
commit
ef95fd60ad
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user