Erik Montnemery
|
fd6ffef52f
|
Support non-live database migration (#72433)
* Support non-live database migration
* Tweak startup order, add test
* Address review comments
* Fix typo
* Clarify comment about promoting dependencies
* Tweak
* Fix merge mistake
* Fix some tests
* Fix additional test
* Fix additional test
* Adjust tests
* Improve test coverage
|
2022-07-22 15:11:34 +02:00 |
|
Thibault Cohen
|
1d7d2875e1
|
Add websocket command recorder/import_statistics (#73937)
* Expose ws_add_external_statistics in websocket API
* Refactor
* Add tests
* Improve test coverage
Co-authored-by: Thibault Cohen <titilambert@users.noreply.github.com>
Co-authored-by: Erik <erik@montnemery.com>
|
2022-07-21 12:36:49 +02:00 |
|
Erik Montnemery
|
23bd64b7a2
|
Prevent duplication of statistics metadata (#71637)
* Prevent duplication of statistics metadata
* Add models_schema_28.py
* Handle entity renaming as a recorder job
* Improve tests
|
2022-05-24 15:34:46 +02:00 |
|
J. Nick Koston
|
9c3f949165
|
Add live streaming logbook websocket endpoint (#72258)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
|
2022-05-22 14:57:54 -05:00 |
|
J. Nick Koston
|
eb77f8db85
|
Complete strict typing for recorder (#71274)
* Complete strict typing for recorder
* update tests
* Update tests/components/recorder/test_migrate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update tests/components/recorder/test_migrate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove the asserts
* remove ignore comments
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2022-05-04 12:22:50 -05:00 |
|
J. Nick Koston
|
e30940ef2a
|
Move processing of recorder service call arguments into services.py (#71260)
|
2022-05-03 13:56:22 -07:00 |
|
J. Nick Koston
|
29bda196b5
|
Break apart recorder into tasks and core modules (#71222)
|
2022-05-02 21:53:56 -07:00 |
|