Bump gios library to version 0.1.3 (#39507)

This commit is contained in:
Maciej Bieniek 2020-08-31 16:55:59 +02:00 committed by GitHub
parent 45a927ffb2
commit 7e87181826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 5 deletions

View File

@ -70,6 +70,4 @@ class GiosDataUpdateCoordinator(DataUpdateCoordinator):
InvalidSensorsData,
) as error:
raise UpdateFailed(error) from error
if not self.gios.data:
raise UpdateFailed("Invalid sensors data")
return self.gios.data

View File

@ -3,6 +3,6 @@
"name": "GIOŚ",
"documentation": "https://www.home-assistant.io/integrations/gios",
"codeowners": ["@bieniu"],
"requirements": ["gios==0.1.1"],
"requirements": ["gios==0.1.3"],
"config_flow": true
}

View File

@ -653,7 +653,7 @@ georss_qld_bushfire_alert_client==0.3
getmac==0.8.2
# homeassistant.components.gios
gios==0.1.1
gios==0.1.3
# homeassistant.components.gitter
gitterpy==0.1.7

View File

@ -328,7 +328,7 @@ georss_qld_bushfire_alert_client==0.3
getmac==0.8.2
# homeassistant.components.gios
gios==0.1.1
gios==0.1.3
# homeassistant.components.glances
glances_api==0.2.0