hass-core/homeassistant/components/recorder
Patrick Decat ac12d2a463
fix UnboundLocalError on modified_statistic_ids in compile_statistics (#116795)
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-05-04 13:16:58 -05:00
..
auto_repairs Enable Ruff INP001 (#115082) 2024-04-08 15:43:58 +02:00
history Use dict instead of MutableMapping [recorder] (#115318) 2024-04-09 15:08:31 -10:00
models Add improved typing for event fire and listen methods (#114906) 2024-04-07 13:28:24 -10:00
system_health Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
table_managers Improve recorder event typing (#115253) 2024-04-08 14:56:18 -10:00
__init__.py Add improved typing for event fire and listen methods (#114906) 2024-04-07 13:28:24 -10:00
backup.py Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
const.py Don't access States.last_reported_ts before it's added (#114333) 2024-03-28 00:44:01 +01:00
core.py Improve recorder event typing (#115253) 2024-04-08 14:56:18 -10:00
db_schema.py Improve recorder event typing (#115253) 2024-04-08 14:56:18 -10:00
entity_registry.py Deprecate calling async_listen and async_listen_once with run_immediately (#115169) 2024-04-08 10:07:54 -10:00
executor.py Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
filters.py Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
icons.json Add service icons to Recorder (#113344) 2024-03-14 11:41:43 +01:00
manifest.json Bump SQLAlchemy to 2.0.29 (#114208) 2024-03-25 14:39:16 -10:00
migration.py Enable Ruff B905 (#114197) 2024-04-14 00:14:26 -05:00
pool.py Detect blocking module imports in the event loop (#114488) 2024-03-30 19:51:31 -10:00
purge.py Enable Ruff B905 (#114197) 2024-04-14 00:14:26 -05:00
queries.py Avoid expensive db queries at startup to check if data is migrated (#113773) 2024-03-19 15:27:40 -10:00
repack.py Add empty line after module docstring [r] (#112703) 2024-03-08 15:05:07 +01:00
services.py Make recorder.purge_entities require at least one entity filter value (#110066) 2024-04-22 20:10:18 +02:00
services.yaml Make recorder.purge_entities require at least one entity filter value (#110066) 2024-04-22 20:10:18 +02:00
statistics.py fix UnboundLocalError on modified_statistic_ids in compile_statistics (#116795) 2024-05-04 13:16:58 -05:00
strings.json Make recorder.purge_entities require at least one entity filter value (#110066) 2024-04-22 20:10:18 +02:00
tasks.py Add improved typing for event fire and listen methods (#114906) 2024-04-07 13:28:24 -10:00
util.py Enable Ruff TRY300 (#114437) 2024-03-30 10:37:59 +01:00
websocket_api.py Add first batch of Ruff PYI rules (#115100) 2024-04-07 11:30:50 -10:00