mirror of
https://github.com/home-assistant/core.git
synced 2026-05-22 00:10:16 +01:00
de3c76983a
* filter sensor platform implementation
* added tests
* default arguments
* Fix for unavailable units during initial startup
* unused variable
* Addresses code review by @MartinHjelmare
* fix
* don't need hass in this test
* Various Improvements
* Added Throttle Filter
* hound fixes
* test throttle filter
* fix
* Address comments by @balloob
* added test, reformulated filter tests
* Precision handling
* address comments from @balloob
* Revert "Precision handling"
This reverts commit f4abdd3702.
* removed stats
* only round floats
* Registry decorator usage
* Tries to address remaining comments