Update opensensemap-api to 0.2.0 (#68193)

This commit is contained in:
Franck Nijhof 2022-03-15 18:14:07 +01:00 committed by GitHub
parent d360ac91ca
commit c5a8e9d59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ async def async_setup_platform(
station_id = config[CONF_STATION_ID]
session = async_get_clientsession(hass)
osm_api = OpenSenseMapData(OpenSenseMap(station_id, hass.loop, session))
osm_api = OpenSenseMapData(OpenSenseMap(station_id, session))
await osm_api.async_update()

View File

@ -2,7 +2,7 @@
"domain": "opensensemap",
"name": "openSenseMap",
"documentation": "https://www.home-assistant.io/integrations/opensensemap",
"requirements": ["opensensemap-api==0.1.5"],
"requirements": ["opensensemap-api==0.2.0"],
"codeowners": [],
"iot_class": "cloud_polling",
"loggers": ["opensensemap_api"]

View File

@ -1138,7 +1138,7 @@ openevsewifi==1.1.0
openhomedevice==2.0.1
# homeassistant.components.opensensemap
opensensemap-api==0.1.5
opensensemap-api==0.2.0
# homeassistant.components.enigma2
openwebifpy==3.2.7