mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Bump gios library to version 0.1.3 (#39507)
This commit is contained in:
parent
45a927ffb2
commit
7e87181826
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user