spelling: components/gdacs (#64275)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
34f0ec0e7b
commit
c755c8aa35
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ async def async_setup_entry(
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def async_add_geolocation(feed_manager, integration_id, external_id):
|
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)
|
new_entity = GdacsEvent(feed_manager, integration_id, external_id)
|
||||||
_LOGGER.debug("Adding geolocation %s", new_entity)
|
_LOGGER.debug("Adding geolocation %s", new_entity)
|
||||||
async_add_entities([new_entity], True)
|
async_add_entities([new_entity], True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue