Add details about delay

This commit is contained in:
Fabian Affolter 2016-10-10 09:07:20 +02:00
parent 217c0e0f1e
commit fb1fdc76ac
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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