Skip to content

Commit

Permalink
Fix temperature_unit bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Jun 18, 2024
1 parent 644e603 commit 1a79bba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/tasmota_irhvac/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ def __init__(
self._attr_current_temperature = None
self._attr_current_humidity = None
self._attr_target_temperature = None
self._attr_temperature_unit = hass.config.units.temperature_unit

self._support_flags = SUPPORT_FLAGS
if self._away_temp is not None:
Expand Down

0 comments on commit 1a79bba

Please sign in to comment.