mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-28 08:05:28 +01:00
* Update query to include maxAge Updated the query from recorded to include MaxAge if set; reducing the amount of records retrieved that would otherwise be purged anyway for the sensor. * Added newline in docstring Added newline in docstring. * Add test + small fix Added test to ensure query works correctly Query should be greater then or equal instead of greater then. Fixed. * Fixed lint issue Fixed lint issue.