Skip to content

Commit

Permalink
refactor: change default current temperature selector
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Jan 22, 2024
1 parent 077883d commit 59e7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/eq3btsmart/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class TargetTemperatureSelector(str, Enum):


DEFAULT_ADAPTER = Adapter.AUTO
DEFAULT_CURRENT_TEMP_SELECTOR = CurrentTemperatureSelector.UI
DEFAULT_CURRENT_TEMP_SELECTOR = CurrentTemperatureSelector.DEVICE
DEFAULT_TARGET_TEMP_SELECTOR = TargetTemperatureSelector.TARGET
DEFAULT_STAY_CONNECTED = True
DEFAULT_DEBUG_MODE = False
Expand Down

0 comments on commit 59e7a93

Please sign in to comment.