mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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,
|
InvalidSensorsData,
|
||||||
) as error:
|
) as error:
|
||||||
raise UpdateFailed(error) from error
|
raise UpdateFailed(error) from error
|
||||||
if not self.gios.data:
|
|
||||||
raise UpdateFailed("Invalid sensors data")
|
|
||||||
return self.gios.data
|
return self.gios.data
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
"name": "GIOŚ",
|
"name": "GIOŚ",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/gios",
|
"documentation": "https://www.home-assistant.io/integrations/gios",
|
||||||
"codeowners": ["@bieniu"],
|
"codeowners": ["@bieniu"],
|
||||||
"requirements": ["gios==0.1.1"],
|
"requirements": ["gios==0.1.3"],
|
||||||
"config_flow": true
|
"config_flow": true
|
||||||
}
|
}
|
||||||
|
@ -653,7 +653,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||||||
getmac==0.8.2
|
getmac==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==0.1.1
|
gios==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.gitter
|
# homeassistant.components.gitter
|
||||||
gitterpy==0.1.7
|
gitterpy==0.1.7
|
||||||
|
@ -328,7 +328,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||||||
getmac==0.8.2
|
getmac==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==0.1.1
|
gios==0.1.3
|
||||||
|
|
||||||
# homeassistant.components.glances
|
# homeassistant.components.glances
|
||||||
glances_api==0.2.0
|
glances_api==0.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user