hass-core/tests/components/sensor
J. Nick Koston 88ad97f112
Fix generating statistics for time periods smaller than we can measure (#90069)
If the time period for the mean/time weighted average was smaller
than we can measure (less than one microsecond), generating
statistics would fail with a divide by zero error. This is likely
only happens if the database schema precision is incorrect.
2023-03-21 21:12:45 -04:00
..
__init__.py
test_device_condition.py
test_device_trigger.py
test_helpers.py
test_init.py
test_recorder.py Fix generating statistics for time periods smaller than we can measure (#90069) 2023-03-21 21:12:45 -04:00
test_significant_change.py
test_websocket_api.py