New sensor for alerts from GeoRSS feeds

Out of curiosity, is this ign_sismologia platform still notifying in a timely way? Are you receiving notifications? Because I have checked the rss feed as announced in the IGN website and the latest notification is from yesterday 2020/08/10 12:02:18 while the IGN live map is showing 9 new additional earthquakes being the latest dated 2020/08/11 18:29:20

Not that I think that there is an issue with the platform but actually it might be with the IGN RSS feed not being duly updated.

Thank you & regards,

Yeah, that’s odd, it appears as if the RSS feed hasn’t been updated for about 36 hours. Unfortunately there’s nothing the HA integration can do about this.

Just a short note. Email them yesterday night. It’s working again since today in the morning :ok_hand:

1 Like

Hi @exxamalte

Today I realized that I have an error in this custom component

No ‘version’ key in the manifest file for custom integration ‘geo_rss_events_new’. As of Home Assistant 2021.6, this integration will no longer be loaded. Please report this to the maintainer of ‘geo_rss_events_new’

Could you update please the custom component?

Thank you a lot!!!

I was just trying to retrace my steps from that many years ago. geo_rss_events_new was never really implemented as a proper custom component and that’s why there is no Git repository that contains the code.

I assume that the original file is not installed as custom_components/geo_rss_events_new/sensor.py?

In this case, the simplest solution would be to manually create a file right next to it called manifest.json with the following content:

{
  "domain": "geo_rss_events_new",
  "name": "Custom GeoRSS Events",
  "documentation": "https://www.example.com",
  "dependencies": [],
  "codeowners": [],
  "requirements": [],
  "iot_class": "cloud_polling",
  "version": "0.1"
}