.. |
__init__.py
|
…
|
|
test_aiohttp_client.py
|
Fix flaky tests around frame helper (#61179)
|
2021-12-08 10:50:56 +01:00 |
test_area_registry.py
|
Implement suggested_area in the device registry (#45940)
|
2021-02-19 19:34:33 -10:00 |
test_check_config.py
|
Allow IntegrationNotFound when checking config in safe mode (#56283)
|
2021-09-17 22:25:50 -07:00 |
test_collection.py
|
Mark entities as unavailable when they are removed but are still registered (#45528)
|
2021-02-08 10:45:46 +01:00 |
test_condition.py
|
Use enums in helpers tests (#62141)
|
2021-12-17 11:09:24 +01:00 |
test_config_entry_flow.py
|
Abort webhook flow when not connected to home assistant cloud (#64963)
|
2022-01-26 10:57:45 -08:00 |
test_config_entry_oauth2_flow.py
|
Use dataclass for SsdpServiceInfo (#59931)
|
2021-11-29 06:10:07 -10:00 |
test_config_validation.py
|
Assert current state of script condition validation in tests (#62486)
|
2021-12-21 14:10:05 +01:00 |
test_debounce.py
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +01:00 |
test_deprecation.py
|
Changes to filename and path validation (#45529)
|
2021-01-26 15:53:21 +01:00 |
test_device_registry.py
|
Convert disabled_by to DeviceEntryDisabler on load (#63944)
|
2022-01-11 20:50:32 -08:00 |
test_discovery.py
|
Convert discovery tests to async (#64411)
|
2022-01-19 12:21:15 +01:00 |
test_discovery_flow.py
|
Prevent event loop delay / instability from discovery (#57463)
|
2021-10-13 08:37:14 -07:00 |
test_dispatcher.py
|
Fail tests if wrapped callbacks or coroutines throw (#35010)
|
2020-05-06 14:14:57 -07:00 |
test_entity.py
|
Use RegistryEntryDisabler (#60436)
|
2021-12-15 23:25:40 +02:00 |
test_entity_component.py
|
Cancel config entry retry, platform retry, and polling at the stop event (#49138)
|
2021-04-13 16:16:26 -10:00 |
test_entity_platform.py
|
Fix hw_version not updating from an entity device_info (#62254)
|
2021-12-18 21:53:49 -08:00 |
test_entity_registry.py
|
Add test: warn entity_category assigned as str (#65142)
|
2022-01-28 21:46:57 +01:00 |
test_entity_values.py
|
…
|
|
test_entityfilter.py
|
Add support for checking if an entity is explicitly included in an entity filter (#64463)
|
2022-01-19 22:38:48 -08:00 |
test_event.py
|
Improve startup of unavailable template entities (#59827)
|
2021-11-22 09:20:38 -08:00 |
test_frame.py
|
Prevent log flooding in frame helper (#61085)
|
2021-12-06 15:26:31 -08:00 |
test_httpx_client.py
|
Fix flaky tests around frame helper (#61179)
|
2021-12-08 10:50:56 +01:00 |
test_icon.py
|
Bump pyupgrade to 2.12.0 (#48943)
|
2021-04-09 09:58:27 -07:00 |
test_init.py
|
Use set literals in tests (#33669)
|
2020-04-05 02:20:09 +02:00 |
test_instance_id.py
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +01:00 |
test_integration_platform.py
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +01:00 |
test_intent.py
|
Prefer shorter keys for intent matching (#43672)
|
2021-01-27 12:16:19 +01:00 |
test_json.py
|
Serialize dates and times to isoformat (#58157)
|
2021-10-27 10:51:38 -07:00 |
test_location.py
|
Upgrade black to 20.8b1 (#39287)
|
2020-08-27 13:56:20 +02:00 |
test_network.py
|
Merge multiple context managers in tests (#48146)
|
2021-03-27 09:17:15 +01:00 |
test_ratelimit.py
|
Implement template rate_limit directive (#40667)
|
2020-10-01 21:39:44 +02:00 |
test_recorder.py
|
Move async_migration_in_progress (#59087)
|
2021-11-05 10:40:56 +01:00 |
test_reload.py
|
Move fixtures part 1 (#58902)
|
2021-11-01 20:47:05 -07:00 |
test_restore_state.py
|
Fix singleton not working with falsey values (#56072)
|
2021-09-11 12:02:01 -07:00 |
test_script.py
|
Support shorthand templates in condition actions (#61177)
|
2021-12-21 12:19:31 +01:00 |
test_script_variables.py
|
Add native Python types support to templates (#41227)
|
2020-10-07 00:05:52 +02:00 |
test_selector.py
|
Add addon selector (#46789)
|
2021-02-24 17:02:48 +01:00 |
test_service.py
|
Teach call service script action about entity registry ids (#61172)
|
2022-01-07 08:42:47 -08:00 |
test_significant_change.py
|
Use enums in helpers tests (#62141)
|
2021-12-17 11:09:24 +01:00 |
test_singleton.py
|
Fix singleton not working with falsey values (#56072)
|
2021-09-11 12:02:01 -07:00 |
test_start.py
|
Support passing callbacks to start.async_at_start (#63473)
|
2022-01-05 18:04:09 +01:00 |
test_state.py
|
Do not use AsyncTrackStates (#47255)
|
2021-03-11 23:18:09 -08:00 |
test_storage.py
|
Raise if trying to store mocks in storage (#63622)
|
2022-01-09 21:20:21 -08:00 |
test_storage_remove.py
|
Drop asynctest (#44746)
|
2021-01-01 22:31:56 +01:00 |
test_sun.py
|
Upgrade Astral to 2.2 (#48573)
|
2021-04-02 00:29:08 +02:00 |
test_system_info.py
|
Handle KeyError in getuser (#59667)
|
2021-11-14 10:53:19 +01:00 |
test_temperature.py
|
…
|
|
test_template.py
|
Remove artifacts from black formatting (#65113)
|
2022-01-28 17:00:01 +02:00 |
test_translation.py
|
Refactor persistent notification to no longer route all data via a service (#57157)
|
2021-10-07 12:58:00 +02:00 |
test_trigger.py
|
Allow integrations to define trigger platforms with a subtype (#54861)
|
2021-08-19 21:43:04 -07:00 |
test_update_coordinator.py
|
Merge system options into pref properties (#51347)
|
2021-06-01 22:34:31 +02:00 |