spelling: components/gdacs (#64275)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>pull/63824/head
parent
34f0ec0e7b
commit
c755c8aa35
|
@ -56,7 +56,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 = GdacsEvent(feed_manager, integration_id, external_id)
|
||||
_LOGGER.debug("Adding geolocation %s", new_entity)
|
||||
async_add_entities([new_entity], True)
|
||||
|
|
Loading…
Reference in New Issue