mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Upgrade georss_client to 0.4 (#18088)
* update geojson_client to 0.3 * update georss_client to 0.4
This commit is contained in:
parent
65e6c50748
commit
83e83520e6
@ -20,7 +20,7 @@ from homeassistant.helpers.dispatcher import (
|
||||
async_dispatcher_connect, dispatcher_send)
|
||||
from homeassistant.helpers.event import track_time_interval
|
||||
|
||||
REQUIREMENTS = ['geojson_client==0.1']
|
||||
REQUIREMENTS = ['geojson_client==0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -21,7 +21,7 @@ from homeassistant.helpers.dispatcher import (
|
||||
async_dispatcher_connect, dispatcher_send)
|
||||
from homeassistant.helpers.event import track_time_interval
|
||||
|
||||
REQUIREMENTS = ['geojson_client==0.1']
|
||||
REQUIREMENTS = ['geojson_client==0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
||||
CONF_LATITUDE, CONF_LONGITUDE, CONF_RADIUS, CONF_URL)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['georss_client==0.3']
|
||||
REQUIREMENTS = ['georss_client==0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -410,10 +410,10 @@ geizhals==0.0.7
|
||||
|
||||
# homeassistant.components.geo_location.geo_json_events
|
||||
# homeassistant.components.geo_location.nsw_rural_fire_service_feed
|
||||
geojson_client==0.1
|
||||
geojson_client==0.3
|
||||
|
||||
# homeassistant.components.sensor.geo_rss_events
|
||||
georss_client==0.3
|
||||
georss_client==0.4
|
||||
|
||||
# homeassistant.components.sensor.gitter
|
||||
gitterpy==0.1.7
|
||||
|
@ -76,10 +76,10 @@ gTTS-token==1.1.2
|
||||
|
||||
# homeassistant.components.geo_location.geo_json_events
|
||||
# homeassistant.components.geo_location.nsw_rural_fire_service_feed
|
||||
geojson_client==0.1
|
||||
geojson_client==0.3
|
||||
|
||||
# homeassistant.components.sensor.geo_rss_events
|
||||
georss_client==0.3
|
||||
georss_client==0.4
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user