mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Fix geo_rss_events import statement (#42629)
* bump integration library version * fix import statement
This commit is contained in:
parent
6d54ed14b4
commit
2430c5ea22
@ -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
|
||||
|
@ -638,7 +638,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
|
||||
|
@ -315,7 +315,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…
x
Reference in New Issue
Block a user