mrk-its / homeassistant-blitzortung

Custom Component for fetching lightning data from blitzortung.org
MIT License
210 stars 41 forks source link

Getting these errors in 0.117.0 #22

Closed DavidFW1960 closed 3 years ago

DavidFW1960 commented 3 years ago
2020-10-29 13:26:36 ERROR (MainThread) [homeassistant.components.geo_location] Error adding entities for domain geo_location with platform blitzortung
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 465, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity id: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity id: geo_location.lightning_strike_-33_204977_150_397838
2020-10-29 13:26:37 ERROR (MainThread) [homeassistant.components.geo_location] Error adding entities for domain geo_location with platform blitzortung
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 465, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity id: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity id: geo_location.lightning_strike_-33_214746_150_405975
2020-10-29 13:26:37 ERROR (MainThread) [homeassistant.components.geo_location] Error adding entities for domain geo_location with platform blitzortung
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 465, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity id: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity id: geo_location.lightning_strike_-33_188727_150_372167
2020-10-29 13:26:53 ERROR (MainThread) [homeassistant.components.geo_location] Error adding entities for domain geo_location with platform blitzortung
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 465, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity id: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity id: geo_location.lightning_strike_-33_652534_150_426996
2020-10-29 13:26:53 ERROR (MainThread) [homeassistant.components.geo_location] Error adding entities for domain geo_location with platform blitzortung
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 314, in async_add_entities
    await asyncio.gather(*tasks)
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 465, in _async_add_entity
    raise HomeAssistantError(f"Invalid entity id: {entity.entity_id}")
homeassistant.exceptions.HomeAssistantError: Invalid entity id: geo_location.lightning_strike_-33_670589_150_425384

I also seem to have a valid entity..

image

Added as an integration in the GUI..

mrk-its commented 3 years ago

Thanks for report, it should be fixed now!