mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 06:20:07 +00:00
Add setup time detail to diagnostics (#117766)
This commit is contained in:
@@ -93,6 +93,7 @@ async def test_download_diagnostics(
|
||||
|
||||
assert await _get_diagnostics_for_config_entry(hass, hass_client, config_entry) == {
|
||||
"home_assistant": hass_sys_info,
|
||||
"setup_times": {},
|
||||
"custom_components": {
|
||||
"test": {
|
||||
"documentation": "http://example.com",
|
||||
@@ -256,6 +257,7 @@ async def test_download_diagnostics(
|
||||
"requirements": [],
|
||||
},
|
||||
"data": {"device": "info"},
|
||||
"setup_times": {},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user