Update aioairzone to v0.6.3 and fix issue with latest firmware update (#94100)

This commit is contained in:
Álvaro Fernández Rojas 2023-06-06 08:23:48 +02:00 committed by GitHub
parent 9cbb993296
commit 6019ec305a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View file

@ -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,
}
]