Bump pyatag to 0.3.7.1 (#181796)

This commit is contained in:
Jamie Magee
2026-09-11 18:50:09 +00:00
committed by Franck Nijhof
parent 753deee48c
commit 1fffb9e426
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
@@ -2075,7 +2075,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
@@ -98,7 +98,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()