mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
spelling: components/geonetnz_quakes (#64276)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user