hass-core/homeassistant/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 Fix check on non numeric custom sensor device classes (#89052) 2023-03-02 14:20:26 -05:00
const.py Add number + sensor device class volume storage (#88312) 2023-03-01 11:22:57 +01:00
device_condition.py Add number + sensor device class volume storage (#88312) 2023-03-01 11:22:57 +01:00
device_trigger.py Add number + sensor device class volume storage (#88312) 2023-03-01 11:22:57 +01:00
group.py
helpers.py
manifest.json Sort manifests 9 (#87030) 2023-02-08 20:22:30 +01:00
recorder.py Fix generating statistics for time periods smaller than we can measure (#90069) 2023-03-21 21:12:45 -04:00
significant_change.py Use unit enums in energy and sensor (#84343) 2022-12-21 10:49:51 +01:00
strings.json Add state attribute translations for Sensor (#89896) 2023-03-17 20:32:52 -04:00
websocket_api.py Sort unit lists sent to frontend (#88898) 2023-02-28 16:12:49 +01:00