spelling: components/geonetnz_quakes (#64276)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-01-17 15:17:26 +01:00
committed by GitHub
co-authored by Josh Soref
parent a916e4b146
commit 610045f4c1
@@ -44,7 +44,7 @@ async def async_setup_entry(
@callback
def async_add_geolocation(feed_manager, integration_id, external_id):
"""Add gelocation entity from feed."""
"""Add geolocation entity from feed."""
new_entity = GeonetnzQuakesEvent(feed_manager, integration_id, external_id)
_LOGGER.debug("Adding geolocation %s", new_entity)
async_add_entities([new_entity], True)