mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add setup time detail to diagnostics (#117766)
This commit is contained in:
@ -1102,6 +1102,11 @@ async def test_async_get_setup_timings(hass) -> None:
|
||||
"sensor": 1,
|
||||
"filter": 2,
|
||||
}
|
||||
assert setup.async_get_domain_setup_times(hass, "filter") == {
|
||||
"123456": {
|
||||
setup.SetupPhases.PLATFORM_SETUP: 2,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
async def test_setup_config_entry_from_yaml(
|
||||
|
Reference in New Issue
Block a user