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

View File

@@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["accuweather"],
"requirements": ["accuweather==5.0.0"]
"requirements": ["accuweather==5.1.0"]
}

View File

@@ -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,
}

2
requirements_all.txt generated
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

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