mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update description for max_age (#15230)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8fa7efaccb
commit
e3570601bc
@ -51,7 +51,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.
|
||||
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.
|
||||
required: false
|
||||
type: time
|
||||
precision:
|
||||
|
Loading…
x
Reference in New Issue
Block a user