mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix geo_rss_events import statement (#42629)
* bump integration library version * fix import statement
This commit is contained in:
parent
b3d7f940c5
commit
8c239f2304
@ -2,6 +2,6 @@
|
|||||||
"domain": "geo_rss_events",
|
"domain": "geo_rss_events",
|
||||||
"name": "GeoRSS",
|
"name": "GeoRSS",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/geo_rss_events",
|
"documentation": "https://www.home-assistant.io/integrations/geo_rss_events",
|
||||||
"requirements": ["georss_generic_client==0.3"],
|
"requirements": ["georss_generic_client==0.4"],
|
||||||
"codeowners": ["@exxamalte"]
|
"codeowners": ["@exxamalte"]
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@ from datetime import timedelta
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from georss_client import UPDATE_OK, UPDATE_OK_NO_DATA
|
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
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||||
|
@ -641,7 +641,7 @@ geojson_client==0.4
|
|||||||
geopy==1.21.0
|
geopy==1.21.0
|
||||||
|
|
||||||
# homeassistant.components.geo_rss_events
|
# homeassistant.components.geo_rss_events
|
||||||
georss_generic_client==0.3
|
georss_generic_client==0.4
|
||||||
|
|
||||||
# homeassistant.components.ign_sismologia
|
# homeassistant.components.ign_sismologia
|
||||||
georss_ign_sismologia_client==0.2
|
georss_ign_sismologia_client==0.2
|
||||||
|
@ -318,7 +318,7 @@ geojson_client==0.4
|
|||||||
geopy==1.21.0
|
geopy==1.21.0
|
||||||
|
|
||||||
# homeassistant.components.geo_rss_events
|
# homeassistant.components.geo_rss_events
|
||||||
georss_generic_client==0.3
|
georss_generic_client==0.4
|
||||||
|
|
||||||
# homeassistant.components.ign_sismologia
|
# homeassistant.components.ign_sismologia
|
||||||
georss_ign_sismologia_client==0.2
|
georss_ign_sismologia_client==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user