Update aioairzone to v0.6.6 (#98399)

This commit is contained in:
Álvaro Fernández Rojas 2023-08-14 18:21:12 +02:00 committed by GitHub
parent d6fcdeac06
commit c3c00e6984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 75 additions and 6 deletions

View file

@ -10,6 +10,7 @@ from homeassistant.core import HomeAssistant
from homeassistant.util.dt import utcnow
from .util import (
HVAC_DHW_MOCK,
HVAC_MOCK,
HVAC_SYSTEMS_MOCK,
HVAC_VERSION_MOCK,
@ -86,6 +87,9 @@ async def test_airzone_sensors_availability(
del HVAC_MOCK_UNAVAILABLE_ZONE[API_SYSTEMS][0][API_DATA][1]
with patch(
"homeassistant.components.airzone.AirzoneLocalApi.get_dhw",
return_value=HVAC_DHW_MOCK,
), patch(
"homeassistant.components.airzone.AirzoneLocalApi.get_hvac",
return_value=HVAC_MOCK_UNAVAILABLE_ZONE,
), patch(