Skip to content

Commit

Permalink
add addirional test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteRager committed Jan 6, 2024
1 parent 0386880 commit 2081d65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ async def test_climate_min_max_f(hass, manager_mz: Manager, caplog):
assert c.min_temp == zone.minHsp
assert c.max_temp == zone.maxHsp

zone.systemMode = LENNOX_HVAC_EMERGENCY_HEAT
assert c.min_temp == zone.minHsp
assert c.max_temp == zone.maxHsp

assert system.single_setpoint_mode is True
zone.systemMode = LENNOX_HVAC_HEAT_COOL
assert c.min_temp == zone.minCsp
Expand Down

0 comments on commit 2081d65

Please sign in to comment.