mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Set correct nobo_hub max temperature (#145751)
Max temperature 30°C is implemented upstream in pynobo and the Nobø Energy Hub app also stops at 30°C.
This commit is contained in:
committed by
Bram Kragten
parent
17a0b4f3d0
commit
e0d3b819e5
@@ -40,7 +40,7 @@ SUPPORT_FLAGS = (
|
||||
PRESET_MODES = [PRESET_NONE, PRESET_COMFORT, PRESET_ECO, PRESET_AWAY]
|
||||
|
||||
MIN_TEMPERATURE = 7
|
||||
MAX_TEMPERATURE = 40
|
||||
MAX_TEMPERATURE = 30
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
Reference in New Issue
Block a user