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:
André Lersveen 2025-05-29 03:52:05 +02:00 committed by GitHub
parent e57ce0a9df
commit b80195df81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(