hass-core/homeassistant/components/recorder/models
J. Nick Koston 2530031454
Use cache to lookup event type ids in logbook (#91576)
noticed we can speed this up while looking at
https://github.com/home-assistant/core/issues/91514

Note: this will not fix that issue as there is more going on there
2023-04-17 23:40:03 -04:00
..
__init__.py Use cache to lookup event type ids in logbook (#91576) 2023-04-17 23:40:03 -04:00
context.py Guard against invalid ULIDs in contexts while recording events (#90889) 2023-04-06 10:34:54 +02:00
database.py
event.py Use cache to lookup event type ids in logbook (#91576) 2023-04-17 23:40:03 -04:00
legacy.py Avoid multiple round trips to the database for history API calls (#91193) 2023-04-11 22:38:23 -04:00
state.py Avoid multiple round trips to the database for history API calls (#91193) 2023-04-11 22:38:23 -04:00
state_attributes.py
statistics.py
time.py