Bump pyatag to 0.3.7.1 (#181796)

This commit is contained in:
Jamie Magee
2026-09-10 11:07:11 +02:00
committed by GitHub
parent 5a0fe8e2d3
commit 1d5f6c26f9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["pyatag"],
"requirements": ["pyatag==0.3.5.3"]
"requirements": ["pyatag==0.3.7.1"]
}
+1 -1
View File
@@ -2087,7 +2087,7 @@ pyaprilaire==0.9.1
pyaqvify==0.0.12
# homeassistant.components.atag
pyatag==0.3.5.3
pyatag==0.3.7.1
# homeassistant.components.netatmo
pyatmo==9.9.0
+1 -1
View File
@@ -111,7 +111,7 @@ async def test_update_failed(
"""Test data is not destroyed on update failure."""
entry = await init_integration(hass, aioclient_mock)
await async_setup_component(hass, HA_DOMAIN, {})
assert hass.states.get(CLIMATE_ID).state == HVACMode.HEAT
assert hass.states.get(CLIMATE_ID).state == HVACMode.AUTO
coordinator = entry.runtime_data
with patch("pyatag.AtagOne.update", side_effect=TimeoutError) as updater:
await coordinator.async_refresh()