Fix geo_rss_events import statement (#42629)
* bump integration library version * fix import statement
This commit is contained in:
parent
b3d7f940c5
commit
8c239f2304
4 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@
|
|||
"domain": "geo_rss_events",
|
||||
"name": "GeoRSS",
|
||||
"documentation": "https://www.home-assistant.io/integrations/geo_rss_events",
|
||||
"requirements": ["georss_generic_client==0.3"],
|
||||
"requirements": ["georss_generic_client==0.4"],
|
||||
"codeowners": ["@exxamalte"]
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ from datetime import timedelta
|
|||
import logging
|
||||
|
||||
from georss_client import UPDATE_OK, UPDATE_OK_NO_DATA
|
||||
from georss_client.generic_feed import GenericFeed
|
||||
from georss_generic_client import GenericFeed
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
|
|
|
@ -641,7 +641,7 @@ geojson_client==0.4
|
|||
geopy==1.21.0
|
||||
|
||||
# homeassistant.components.geo_rss_events
|
||||
georss_generic_client==0.3
|
||||
georss_generic_client==0.4
|
||||
|
||||
# homeassistant.components.ign_sismologia
|
||||
georss_ign_sismologia_client==0.2
|
||||
|
|
|
@ -318,7 +318,7 @@ geojson_client==0.4
|
|||
geopy==1.21.0
|
||||
|
||||
# homeassistant.components.geo_rss_events
|
||||
georss_generic_client==0.3
|
||||
georss_generic_client==0.4
|
||||
|
||||
# homeassistant.components.ign_sismologia
|
||||
georss_ign_sismologia_client==0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue