mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
updated geojson_client library to version 0.4 (#25039)
This commit is contained in:
parent
8256d72f6d
commit
cf5a35a421
@ -3,7 +3,7 @@
|
||||
"name": "Geo json events",
|
||||
"documentation": "https://www.home-assistant.io/components/geo_json_events",
|
||||
"requirements": [
|
||||
"geojson_client==0.3"
|
||||
"geojson_client==0.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Nsw rural fire service feed",
|
||||
"documentation": "https://www.home-assistant.io/components/nsw_rural_fire_service_feed",
|
||||
"requirements": [
|
||||
"geojson_client==0.3"
|
||||
"geojson_client==0.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Usgs earthquakes feed",
|
||||
"documentation": "https://www.home-assistant.io/components/usgs_earthquakes_feed",
|
||||
"requirements": [
|
||||
"geojson_client==0.3"
|
||||
"geojson_client==0.4"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -507,7 +507,7 @@ geniushub-client==0.4.12
|
||||
# homeassistant.components.geo_json_events
|
||||
# homeassistant.components.nsw_rural_fire_service_feed
|
||||
# homeassistant.components.usgs_earthquakes_feed
|
||||
geojson_client==0.3
|
||||
geojson_client==0.4
|
||||
|
||||
# homeassistant.components.aprs
|
||||
geopy==1.19.0
|
||||
|
@ -126,7 +126,7 @@ gTTS-token==1.1.3
|
||||
# homeassistant.components.geo_json_events
|
||||
# homeassistant.components.nsw_rural_fire_service_feed
|
||||
# homeassistant.components.usgs_earthquakes_feed
|
||||
geojson_client==0.3
|
||||
geojson_client==0.4
|
||||
|
||||
# homeassistant.components.aprs
|
||||
geopy==1.19.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user