core/homeassistant/components/recorder
Erik Montnemery d31124d5d4
Avoid creating unneeded Context and Event objects when firing events (#113798)
* Avoid creating unneeded Context and Event objects when firing events

* Add test

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-20 09:40:06 +01:00
..
auto_repairs
history Clean up unneeded ruff noqa directives (#113616) 2024-03-16 09:48:37 -10:00
models
system_health
table_managers
__init__.py
backup.py
const.py
core.py Avoid expensive db queries at startup to check if data is migrated (#113773) 2024-03-19 15:27:40 -10:00
db_schema.py Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
entity_registry.py Avoid creating unneeded Context and Event objects when firing events (#113798) 2024-03-20 09:40:06 +01:00
executor.py
filters.py
icons.json Add service icons to Recorder (#113344) 2024-03-14 11:41:43 +01:00
manifest.json
migration.py Avoid expensive db queries at startup to check if data is migrated (#113773) 2024-03-19 15:27:40 -10:00
pool.py
purge.py
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
services.py
services.yaml
statistics.py Clean up unneeded ruff noqa directives (#113616) 2024-03-16 09:48:37 -10:00
strings.json
tasks.py
util.py Add first batch of Ruff PT rules (#113665) 2024-03-18 13:26:14 +01:00
websocket_api.py