mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Add details about delay
This commit is contained in:
parent
217c0e0f1e
commit
fb1fdc76ac
@ -16,6 +16,8 @@ ha_release: "0.30"
|
|||||||
|
|
||||||
The `statistics` sensor platform is consuming the state from other sensors. Beside the maximal and the minimal value also the total, the mean, the median, the variance, and the standard deviation are as attributes available. If it's a binary sensor then only the state changes are counted.
|
The `statistics` sensor platform is consuming the state from other sensors. Beside the maximal and the minimal value also the total, the mean, the median, the variance, and the standard deviation are as attributes available. If it's a binary sensor then only the state changes are counted.
|
||||||
|
|
||||||
|
It can take time till the sensor starts to work because a couple of atrributes need more than one value to do the calculation.
|
||||||
|
|
||||||
To enable the statistics sensor, add the following lines to your `configuration.yaml`:
|
To enable the statistics sensor, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user