Update aioairzone to v0.6.6 (#98399)
This commit is contained in:
parent
d6fcdeac06
commit
c3c00e6984
9 changed files with 75 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue