hass-core/homeassistant/components/sensor
J. Nick Koston 50edc334de
Refactor sensor recorder _get_sensor_states to check for state class first ()
The state class check is cheap and the entity filter check is much
more expensive, so do the state class check first
2024-01-07 22:36:03 -05:00
..
__init__.py Include deprecated constants in wildcard imports () 2024-01-05 11:46:45 +01:00
const.py Include deprecated constants in wildcard imports () 2024-01-05 11:46:45 +01:00
device_condition.py
device_trigger.py
group.py
helpers.py
manifest.json
recorder.py Refactor sensor recorder _get_sensor_states to check for state class first () 2024-01-07 22:36:03 -05:00
significant_change.py Use check_valid_float helper in significant change support of sensor and weather () 2023-12-19 12:31:10 +01:00
strings.json
websocket_api.py