1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Bump accuweather to version 1.0.0 (#93305)

This commit is contained in:
Maciej Bieniek
2023-05-21 12:50:10 +00:00
committed by GitHub
parent 90984c34a9
commit d47e58fb38
13 changed files with 75 additions and 45 deletions

View File

@@ -19,7 +19,7 @@ async def test_entry_diagnostics(
"current_conditions_data.json", "accuweather"
)
coordinator_data["forecast"] = {}
coordinator_data["forecast"] = []
result = await get_diagnostics_for_config_entry(hass, hass_client, entry)