core/tests/helpers
Joost Lekkerkerker 3810c3cbaf
Improve trigger schema validation to ask for `trigger` instead of `platform` (#126750)
* Add check for missing trigger

* Fix

* Fix

* Escape
2024-09-25 16:44:14 +02:00
..
snapshots
__init__.py
test_aiohttp_client.py Add SSL Cipher option to aiohttp async_get_clientsession (#126317) 2024-09-24 21:31:52 +02:00
test_area_registry.py Fix area registry indexing when there is a name collision (#125050) 2024-09-02 09:23:07 -10:00
test_category_registry.py
test_check_config.py
test_collection.py Update modified_at datetime on storage collection changes (#125218) 2024-09-04 15:05:51 +02:00
test_condition.py
test_config_entry_flow.py
test_config_entry_oauth2_flow.py
test_config_validation.py Improve trigger schema validation to ask for `trigger` instead of `platform` (#126750) 2024-09-25 16:44:14 +02:00
test_debounce.py Enable all TID ruff rules (#126312) 2024-09-20 12:25:51 +02:00
test_deprecation.py
test_device.py
test_device_registry.py
test_discovery.py
test_discovery_flow.py Reinitialize zeroconf discovery flow on unignore (#125753) 2024-09-23 16:49:21 +02:00
test_dispatcher.py Update string formatting to use f-string on tests (#125986) 2024-09-19 10:32:38 +02:00
test_entity.py
test_entity_component.py Don't raise when registering entity service with invalid schema (#125057) 2024-09-02 14:20:50 +02:00
test_entity_platform.py Don't raise when registering entity service with invalid schema (#125057) 2024-09-02 14:20:50 +02:00
test_entity_registry.py
test_entity_values.py
test_entityfilter.py
test_event.py Restore unnecessary assignment of Template.hass in event helper (#125143) 2024-09-03 15:25:35 +02:00
test_floor_registry.py
test_frame.py
test_group.py
test_httpx_client.py
test_icon.py Update string formatting to use f-string on tests (#125986) 2024-09-19 10:32:38 +02:00
test_importlib.py
test_instance_id.py
test_integration_platform.py
test_intent.py
test_issue_registry.py
test_json.py
test_label_registry.py
test_llm.py
test_location.py
test_network.py Remove unneeded wrapping of URL in URL in network helper (#125265) 2024-09-06 15:34:52 +02:00
test_normalized_name_base_registry.py
test_ratelimit.py
test_recorder.py
test_redact.py
test_registry.py
test_reload.py
test_restore_state.py
test_schema_config_entry_flow.py
test_script.py
test_script_variables.py
test_selector.py Change trigger platform key to trigger (#124357) 2024-09-25 14:19:58 +02:00
test_service.py Deprecate template.attach (#124843) 2024-09-02 15:33:10 +02:00
test_significant_change.py
test_singleton.py
test_start.py
test_state.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_storage.py
test_storage_remove.py
test_sun.py
test_system_info.py
test_temperature.py
test_template.py Log deprecation warning when `template.Template` is created without `hass` (#125142) 2024-09-03 14:28:33 +02:00
test_translation.py Make statistics validation create issue registry issues (#122595) 2024-09-25 11:11:11 +02:00
test_trigger.py Update trigger validation message (#126749) 2024-09-25 15:33:03 +02:00
test_typing.py
test_update_coordinator.py