Files
core/tests/components
Florian Werner 8a2bc99f63 Add rate of change to statistics sensor (#15632)
* always export max_age/min_age

* downgrade errors of missing data
on start with empty recorder database these errors are logged multiple times:
ERROR (MainThread) [homeassistant.components.sensor.statistics] mean requires at least one data point
ERROR (MainThread) [homeassistant.components.sensor.statistics] variance requires at least two data points

downgrade them to debug as they are not meaningful to end users

* add change_rate attribute
this calculates the average change rate of all data points

* simplify count, reorder attribute calculation

* reorder initialization

* reorder attribute names

* don't use min/max for min_age/max_age

* add test case

* style

* style

* sort constants

* init variables with None

* add precision config setting

* round to precision

* test round
2018-09-08 01:10:08 +02:00
..
2018-08-13 11:27:18 +02:00
2018-08-14 21:14:12 +02:00
2018-08-20 17:39:53 +02:00
2018-08-19 22:29:08 +02:00
2018-08-24 16:37:30 +02:00
2018-08-19 22:29:08 +02:00
2018-08-24 10:39:35 +02:00
2018-08-14 21:14:12 +02:00
2018-08-29 17:04:04 +02:00
2018-08-19 22:29:08 +02:00
2018-08-13 11:27:18 +02:00
2018-08-19 22:29:08 +02:00
2018-08-19 22:29:08 +02:00
2016-03-09 10:25:50 +01:00
2018-08-14 21:14:12 +02:00
2018-01-27 11:58:27 -08:00
2017-09-24 15:48:45 -07:00
2018-03-30 21:33:30 +02:00
2018-08-20 17:39:53 +02:00
2017-10-27 10:15:47 +02:00
2018-07-20 11:45:20 +03:00
2018-02-17 10:29:14 +01:00
2017-03-30 00:50:53 -07:00
2018-05-14 09:13:59 +02:00
2018-07-17 19:34:29 +02:00
2018-01-05 16:34:03 -08:00