core/tests/components/sensor
J. Nick Koston 49079691d4
Reduce overhead of legacy database columns on new installs (#90246)
* Reduce overhead of legacy database columns on new installs

* Reduce overhead of legacy database columns on new installs

* Reduce overhead of legacy database columns on new installs

* Reduce overhead of legacy database columns on new installs

* not working as expected

* override the type compiler

* override the type compiler

* override the type compiler

* override the type compiler

* Apply suggestions from code review

* pgsql char1

* make entity filter test setup with old schema

* fix some more tests that were mutating state

* fix some more tests that were mutating state

* fix some more tests that were mutating state

* fix more dbstate mutations

* add shim for older tests

* split migration tests

* add coverage for purging legacy data

* tweak

* more fixes

* drop some legacy

* fix another test

* fix a few more

* add casts for postgresql in case someone deletes the schema changes table

* dry

* dry

* dry
2023-04-10 10:08:46 -04:00
..
__init__.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05:00
test_device_condition.py Add number + sensor device class volume storage (#88312) 2023-03-01 11:22:57 +01:00
test_device_trigger.py Add number + sensor device class volume storage (#88312) 2023-03-01 11:22:57 +01:00
test_helpers.py Add type hints to integration tests (part 19) (#88178) 2023-02-15 18:07:40 +01:00
test_init.py Ensure numeric sensors have a valid value (#85605) 2023-03-31 14:12:51 +02:00
test_recorder.py Reduce overhead of legacy database columns on new installs (#90246) 2023-04-10 10:08:46 -04:00
test_significant_change.py Add type hints to integration tests (part 19) (#88178) 2023-02-15 18:07:40 +01:00
test_websocket_api.py Sort unit lists sent to frontend (#88898) 2023-02-28 16:12:49 +01:00