core/homeassistant/components/recorder
Erik Montnemery b0d4b73874
Add unitless unit converter (#85694)
* Add unitless unit converter

* Adjust type hints

* Adjust tests

* Rename to UnitlessRatioConverter
2023-01-12 09:20:00 +01:00
..
system_health
translations
__init__.py
backup.py
const.py
core.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
db_schema.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
executor.py
filters.py
history.py Only build compressed states once (#85561) 2023-01-09 12:07:32 -10:00
manifest.json Bump sqlalchemy to 1.4.45 (#85021) 2023-01-02 20:46:56 -05:00
migration.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
models.py Only build compressed states once (#85561) 2023-01-09 12:07:32 -10:00
pool.py
purge.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
queries.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
repack.py
run_history.py
services.py
services.yaml
statistics.py Add unitless unit converter (#85694) 2023-01-12 09:20:00 +01:00
strings.json
tasks.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
util.py Correct return type of two raise-only methods in recorder (#85048) 2023-01-03 12:15:45 +01:00
websocket_api.py