From 59e7a932db1fbd3b7d68dbdb635ce4763231451b Mon Sep 17 00:00:00 2001 From: Lennard Beers Date: Mon, 22 Jan 2024 23:05:14 +0100 Subject: [PATCH] refactor: change default current temperature selector --- custom_components/eq3btsmart/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/eq3btsmart/const.py b/custom_components/eq3btsmart/const.py index 1b50e01..05f8e24 100644 --- a/custom_components/eq3btsmart/const.py +++ b/custom_components/eq3btsmart/const.py @@ -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