mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 10:06:22 -05:00
spelling: components/geonetnz_quakes (#64276)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user