core/homeassistant/components/recorder
Paulus Schoutsen df21dd21f2 RFC: Call services directly (#18720)
* Call services directly

* Simplify

* Type

* Lint

* Update name

* Fix tests

* Catch exceptions in HTTP view

* Lint

* Handle ServiceNotFound in API endpoints that call services

* Type

* Don't crash recorder on non-JSON serializable objects
2018-11-30 21:28:35 +01:00
..
__init__.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
const.py
migration.py fixed wording that may confuse user (#18628) 2018-11-23 01:46:22 +01:00
models.py Logbook speedup (#18376) 2018-11-19 10:36:00 +01:00
purge.py Remove automatic sqlite vacuum (#12728) 2018-02-26 22:41:37 -08:00
services.yaml Purge recorder data by default (#12271) 2018-02-11 13:22:59 -08:00
util.py