1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Bump accuweather to 5.1.0 (#164034)

This commit is contained in:
Maciej Bieniek
2026-02-26 02:00:10 +01:00
committed by GitHub
parent dae7f73f53
commit 9fadfecf14
4 changed files with 6 additions and 4 deletions
@@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["accuweather"],
"requirements": ["accuweather==5.0.0"]
"requirements": ["accuweather==5.1.0"]
}
@@ -30,6 +30,8 @@ async def system_health_info(hass: HomeAssistant) -> dict[str, Any]:
)
return {
"can_reach_server": system_health.async_check_can_reach_url(hass, ENDPOINT),
"can_reach_server": system_health.async_check_can_reach_url(
hass, str(ENDPOINT)
),
"remaining_requests": remaining_requests,
}
+1 -1
View File
@@ -130,7 +130,7 @@ TwitterAPI==2.7.12
WSDiscovery==2.1.2
# homeassistant.components.accuweather
accuweather==5.0.0
accuweather==5.1.0
# homeassistant.components.actron_air
actron-neo-api==0.4.1
+1 -1
View File
@@ -121,7 +121,7 @@ Tami4EdgeAPI==3.0
WSDiscovery==2.1.2
# homeassistant.components.accuweather
accuweather==5.0.0
accuweather==5.1.0
# homeassistant.components.actron_air
actron-neo-api==0.4.1