core/homeassistant/components/recorder
J. Nick Koston 5db014666c
Avoid recording state_changed events in the events table (#71165)
* squash

fix mypy

* Update homeassistant/components/recorder/models.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>

* pass all columns

* fix commented out code

* reduce logbook query complexity

* merge

* comment

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-05-02 02:10:34 -05:00
..
translations [ci skip] Translation update 2022-05-02 00:22:04 +00:00
__init__.py Avoid recording state_changed events in the events table (#71165) 2022-05-02 02:10:34 -05:00
backup.py
const.py Add restored to the set of attributes excluded from being recorded in the db (#70169) 2022-04-16 23:09:08 +02:00
executor.py
history.py Remove get_state and get_states history api calls (#70830) 2022-04-26 16:05:43 -07:00
manifest.json Bump sqlalchemy to 1.4.36 (#71039) 2022-04-28 21:32:46 -07:00
migration.py Avoid recording state_changed events in the events table (#71165) 2022-05-02 02:10:34 -05:00
models.py Avoid recording state_changed events in the events table (#71165) 2022-05-02 02:10:34 -05:00
pool.py Update pylint to 2.13.5 (#69989) 2022-04-13 18:36:05 +02:00
purge.py Avoid recording state_changed events in the events table (#71165) 2022-05-02 02:10:34 -05:00
repack.py Additional prep work for sqlalchemy 2.0 (#70358) 2022-04-21 12:39:18 -10:00
run_history.py Add basic system health data to the recorder (#71086) 2022-04-30 11:10:20 -05:00
services.yaml
statistics.py Adjust get_latest_short_term_statistics query to be postgresql compatible (#70953) 2022-04-27 21:19:36 -07:00
strings.json Add basic system health data to the recorder (#71086) 2022-04-30 11:10:20 -05:00
system_health.py Fix incomplete recorder typing (#71158) 2022-05-01 19:53:47 +03:00
util.py Type recorder retry decorator (#70993) 2022-04-28 21:04:41 +02:00
websocket_api.py