Skip to content

Commit

Permalink
Reset temp unit
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Aug 14, 2024
1 parent 12d0374 commit 3d3ab3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/components/climate/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -1481,3 +1481,5 @@ async def async_setup_entry_climate_platform(
assert state.attributes[ATTR_TARGET_TEMP_LOW] == 55.0
assert state.attributes[ATTR_TARGET_TEMP_HIGH] == 60.0
assert state.attributes[ATTR_MIN_TEMP_RANGE] == 5.0

hass.config.units.temperature_unit = UnitOfTemperature.CELSIUS

0 comments on commit 3d3ab3b

Please sign in to comment.