Bump geojson_client to 0.6 (#50985)
* bump geojson_client library to version 0.6 * add myself as codeowner
This commit is contained in:
parent
e4c77fd336
commit
3141535d69
5 changed files with 6 additions and 5 deletions
|
@ -174,6 +174,7 @@ homeassistant/components/garages_amsterdam/* @klaasnicolaas
|
|||
homeassistant/components/garmin_connect/* @cyberjunky
|
||||
homeassistant/components/gdacs/* @exxamalte
|
||||
homeassistant/components/geniushub/* @zxdavb
|
||||
homeassistant/components/geo_json_events/* @exxamalte
|
||||
homeassistant/components/geo_rss_events/* @exxamalte
|
||||
homeassistant/components/geonetnz_quakes/* @exxamalte
|
||||
homeassistant/components/geonetnz_volcano/* @exxamalte
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "geo_json_events",
|
||||
"name": "GeoJSON",
|
||||
"documentation": "https://www.home-assistant.io/integrations/geo_json_events",
|
||||
"requirements": ["geojson_client==0.4"],
|
||||
"codeowners": [],
|
||||
"requirements": ["geojson_client==0.6"],
|
||||
"codeowners": ["@exxamalte"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "usgs_earthquakes_feed",
|
||||
"name": "U.S. Geological Survey Earthquake Hazards (USGS)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/usgs_earthquakes_feed",
|
||||
"requirements": ["geojson_client==0.4"],
|
||||
"requirements": ["geojson_client==0.6"],
|
||||
"codeowners": ["@exxamalte"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -645,7 +645,7 @@ geniushub-client==0.6.30
|
|||
|
||||
# homeassistant.components.geo_json_events
|
||||
# homeassistant.components.usgs_earthquakes_feed
|
||||
geojson_client==0.4
|
||||
geojson_client==0.6
|
||||
|
||||
# homeassistant.components.aprs
|
||||
geopy==2.1.0
|
||||
|
|
|
@ -348,7 +348,7 @@ garminconnect==0.1.19
|
|||
|
||||
# homeassistant.components.geo_json_events
|
||||
# homeassistant.components.usgs_earthquakes_feed
|
||||
geojson_client==0.4
|
||||
geojson_client==0.6
|
||||
|
||||
# homeassistant.components.aprs
|
||||
geopy==2.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue