Fix Airzone climate double setpoint (#101744)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
00abf49637
commit
f78199df9f
2 changed files with 7 additions and 7 deletions
|
@ -615,5 +615,5 @@ async def test_airzone_climate_set_temp_range(hass: HomeAssistant) -> None:
|
|||
)
|
||||
|
||||
state = hass.states.get("climate.dkn_plus")
|
||||
assert state.attributes.get(ATTR_TARGET_TEMP_HIGH) == 25.0
|
||||
assert state.attributes.get(ATTR_TARGET_TEMP_LOW) == 20.0
|
||||
assert state.attributes.get(ATTR_TARGET_TEMP_HIGH) == 20.0
|
||||
assert state.attributes.get(ATTR_TARGET_TEMP_LOW) == 25.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue