core/tests/helpers
Jesse Hills ea028e38d5
Allow configuration_url to be removed/nullified from device registry (#58564)
* Allow configuration_url to be removed from device registry

* Add test

* Check for None before stringifying and url parsing

* Add type to dict to remove mypy error on assigning None
2021-10-28 12:11:54 +02:00
..
__init__.py
conftest.py
test_aiohttp_client.py
test_area_registry.py
test_check_config.py Allow IntegrationNotFound when checking config in safe mode (#56283) 2021-09-17 22:25:50 -07:00
test_collection.py
test_condition.py
test_config_entry_flow.py
test_config_entry_oauth2_flow.py
test_config_validation.py
test_debounce.py
test_deprecation.py
test_device_registry.py
test_discovery.py
test_discovery_flow.py Prevent event loop delay / instability from discovery (#57463) 2021-10-13 08:37:14 -07:00
test_dispatcher.py
test_entity.py Add config and diagnostic entities (#57528) 2021-10-14 10:04:26 +02:00
test_entity_component.py
test_entity_platform.py Allow configuration_url to be removed/nullified from device registry (#58564) 2021-10-28 12:11:54 +02:00
test_entity_registry.py
test_entity_values.py
test_entityfilter.py Don't expose config or diagnostic entities to Amazon Alexa by default (#57770) 2021-10-15 09:09:24 -07:00
test_event.py Allow specifying a super template for async_track_template_result (#58477) 2021-10-27 16:07:17 +02:00
test_frame.py
test_httpx_client.py
test_icon.py
test_init.py
test_instance_id.py
test_integration_platform.py
test_intent.py
test_json.py Serialize dates and times to isoformat (#58157) 2021-10-27 10:51:38 -07:00
test_location.py
test_network.py
test_ratelimit.py
test_recorder.py
test_reload.py
test_restore_state.py Fix singleton not working with falsey values (#56072) 2021-09-11 12:02:01 -07:00
test_script.py Update tests searching for areas referenced in automations (#57558) 2021-10-13 13:27:56 -07:00
test_script_variables.py
test_selector.py
test_service.py Don't add indirectly referenced config entities to service calls (#57671) 2021-10-15 08:46:43 -07:00
test_significant_change.py
test_singleton.py Fix singleton not working with falsey values (#56072) 2021-09-11 12:02:01 -07:00
test_start.py
test_state.py
test_storage.py
test_storage_remove.py
test_sun.py
test_system_info.py
test_temperature.py
test_template.py Revert "Add warning when entity used in template doesn't exist" (#58527) 2021-10-27 13:53:26 +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
test_update_coordinator.py