Update aioairzone to v0.6.3 and fix issue with latest firmware update (#94100)
This commit is contained in:
parent
9cbb993296
commit
6019ec305a
4 changed files with 3 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
"""The climate tests for the Airzone platform."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from aioairzone.common import OperationMode
|
||||
from aioairzone.const import (
|
||||
API_COOL_SET_POINT,
|
||||
API_DATA,
|
||||
API_HEAT_SET_POINT,
|
||||
API_MAX_TEMP,
|
||||
API_MIN_TEMP,
|
||||
API_MODE,
|
||||
API_ON,
|
||||
API_SET_POINT,
|
||||
API_SPEED,
|
||||
|
@ -336,7 +334,6 @@ async def test_airzone_climate_set_hvac_mode(hass: HomeAssistant) -> None:
|
|||
{
|
||||
API_SYSTEM_ID: 1,
|
||||
API_ZONE_ID: 1,
|
||||
API_MODE: OperationMode.COOLING.value,
|
||||
API_ON: 1,
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue