mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 15:37:11 +00:00
spelling: components/gdacs (#64275)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user