mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump weatherflow_cloud backing lib v0.2.13 (#113181)
* bump backing lib - and switch to rest models * ci fix
This commit is contained in:
parent
0316681615
commit
0867ace44a
@ -4,7 +4,7 @@ from datetime import timedelta
|
|||||||
|
|
||||||
from aiohttp import ClientResponseError
|
from aiohttp import ClientResponseError
|
||||||
from weatherflow4py.api import WeatherFlowRestAPI
|
from weatherflow4py.api import WeatherFlowRestAPI
|
||||||
from weatherflow4py.models.unified import WeatherFlowData
|
from weatherflow4py.models.rest.unified import WeatherFlowData
|
||||||
|
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.exceptions import ConfigEntryAuthFailed
|
from homeassistant.exceptions import ConfigEntryAuthFailed
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/weatherflow_cloud",
|
"documentation": "https://www.home-assistant.io/integrations/weatherflow_cloud",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["weatherflow4py==0.1.17"]
|
"requirements": ["weatherflow4py==0.2.13"]
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from weatherflow4py.models.unified import WeatherFlowData
|
from weatherflow4py.models.rest.unified import WeatherFlowData
|
||||||
|
|
||||||
from homeassistant.components.weather import (
|
from homeassistant.components.weather import (
|
||||||
Forecast,
|
Forecast,
|
||||||
|
@ -2833,7 +2833,7 @@ watchdog==2.3.1
|
|||||||
waterfurnace==1.1.0
|
waterfurnace==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.weatherflow_cloud
|
# homeassistant.components.weatherflow_cloud
|
||||||
weatherflow4py==0.1.17
|
weatherflow4py==0.2.13
|
||||||
|
|
||||||
# homeassistant.components.webmin
|
# homeassistant.components.webmin
|
||||||
webmin-xmlrpc==0.0.2
|
webmin-xmlrpc==0.0.2
|
||||||
|
@ -2174,7 +2174,7 @@ wallbox==0.6.0
|
|||||||
watchdog==2.3.1
|
watchdog==2.3.1
|
||||||
|
|
||||||
# homeassistant.components.weatherflow_cloud
|
# homeassistant.components.weatherflow_cloud
|
||||||
weatherflow4py==0.1.17
|
weatherflow4py==0.2.13
|
||||||
|
|
||||||
# homeassistant.components.webmin
|
# homeassistant.components.webmin
|
||||||
webmin-xmlrpc==0.0.2
|
webmin-xmlrpc==0.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user