Skip to content

Commit

Permalink
Fix typo in diagnostics for coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins committed Nov 6, 2024
1 parent 37f9f51 commit f6b91a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/bermuda/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f6b91a8

Please sign in to comment.