From f6b91a89df2a14787d0f39ee3b3fd2ca9692720a Mon Sep 17 00:00:00 2001 From: Ashley Gittins Date: Thu, 7 Nov 2024 06:35:47 +1100 Subject: [PATCH] Fix typo in diagnostics for coordinator --- custom_components/bermuda/diagnostics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/bermuda/diagnostics.py b/custom_components/bermuda/diagnostics.py index e825062..6a60085 100644 --- a/custom_components/bermuda/diagnostics.py +++ b/custom_components/bermuda/diagnostics.py @@ -15,7 +15,7 @@ async def async_get_config_entry_diagnostics(hass: HomeAssistant, entry: BermudaConfigEntry) -> dict[str, Any]: """Return diagnostics for a config entry.""" - coordinator: BermudaDataUpdateCoordinator = entry.runtime_data.coordintor + coordinator: BermudaDataUpdateCoordinator = entry.runtime_data.coordinator # We can call this with our own config_entry because the diags step doesn't # actually use it.