Commit graph

5 commits

Author SHA1 Message Date
Malte Franken
9cdcfae8f3 New config parameter for min_max sensor to specify number of digits for rounding mean value ()
* new config parameter to specify number of digits for rounding average value

* fixed two `line too long` errors

* added three new tests for the mean sensor including test for precision of mean value
2016-11-22 15:36:29 +01:00
Pascal Vizeli
382ac5c3b5 Async cleanups with new handling and executor () 2016-11-06 01:01:03 +01:00
Fabian Affolter
be272ac64a Disable too-many-* ()
* Disable too-many-* and too-few-public-methods

* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Fabian Affolter
9649097b32 Migrate to async (sensor.min_max) ()
* Migrate to async

* Add async_ prefix
2016-10-30 16:45:53 +01:00
Fabian Affolter
9743e17d62 Minimum/maximum/mean sensor ()
* Add min/max sensor

* Update min_max.py
2016-10-14 21:43:46 -07:00