Skip to content

Commit 367ce7e

Browse files
committed
fix(safety): set max heating temperature to 98°C
1 parent 4f2c01b commit 367ce7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/mi_kettle_pro/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
# Temperature settings
8989
DEFAULT_HEAT_TEMPERATURE: Final = 90 # Default heat temperature
9090
MIN_HEAT_TEMPERATURE: Final = 50 # Minimum heat temperature
91-
MAX_HEAT_TEMPERATURE: Final = 100 # Maximum heat temperature
91+
MAX_HEAT_TEMPERATURE: Final = 98 # Maximum heat temperature
9292

9393
DEFAULT_WARM_TEMPERATURE: Final = 20 # Default warm temperature
9494
MIN_WARM_TEMPERATURE: Final = 10 # Minimum warm temperature

0 commit comments

Comments
 (0)