mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update aioairzone to v0.8.1 (#122481)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
e00f159ebe
commit
2730713b39
@ -11,5 +11,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
"documentation": "https://www.home-assistant.io/integrations/airzone",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aioairzone"],
|
"loggers": ["aioairzone"],
|
||||||
"requirements": ["aioairzone==0.8.0"]
|
"requirements": ["aioairzone==0.8.1"]
|
||||||
}
|
}
|
||||||
|
@ -179,7 +179,7 @@ aioairq==0.3.2
|
|||||||
aioairzone-cloud==0.5.4
|
aioairzone-cloud==0.5.4
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.8.0
|
aioairzone==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
@ -164,7 +164,7 @@ aioairq==0.3.2
|
|||||||
aioairzone-cloud==0.5.4
|
aioairzone-cloud==0.5.4
|
||||||
|
|
||||||
# homeassistant.components.airzone
|
# homeassistant.components.airzone
|
||||||
aioairzone==0.8.0
|
aioairzone==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
@ -248,7 +248,7 @@ async def test_airzone_create_climates(hass: HomeAssistant) -> None:
|
|||||||
),
|
),
|
||||||
):
|
):
|
||||||
async_fire_time_changed(hass, utcnow() + SCAN_INTERVAL)
|
async_fire_time_changed(hass, utcnow() + SCAN_INTERVAL)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done(wait_background_tasks=True)
|
||||||
|
|
||||||
state = hass.states.get("climate.salon")
|
state = hass.states.get("climate.salon")
|
||||||
assert state.attributes.get(ATTR_MAX_TEMP) == 25
|
assert state.attributes.get(ATTR_MAX_TEMP) == 25
|
||||||
|
@ -113,7 +113,7 @@ async def test_airzone_sensors_availability(hass: HomeAssistant) -> None:
|
|||||||
),
|
),
|
||||||
):
|
):
|
||||||
async_fire_time_changed(hass, utcnow() + SCAN_INTERVAL)
|
async_fire_time_changed(hass, utcnow() + SCAN_INTERVAL)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done(wait_background_tasks=True)
|
||||||
|
|
||||||
state = hass.states.get("sensor.dorm_ppal_temperature")
|
state = hass.states.get("sensor.dorm_ppal_temperature")
|
||||||
assert state.state == STATE_UNAVAILABLE
|
assert state.state == STATE_UNAVAILABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user