mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 09:58:07 -04:00
Bump pyatag to 0.3.7.1 (#181796)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user