mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Avoid hardcoded max core climate timeout in SleepIQ (#149283)
This commit is contained in:
parent
aeeabfcae7
commit
232b34609c
@ -164,7 +164,7 @@ NUMBER_DESCRIPTIONS: dict[str, SleepIQNumberEntityDescription] = {
|
|||||||
CORE_CLIMATE_TIMER: SleepIQNumberEntityDescription(
|
CORE_CLIMATE_TIMER: SleepIQNumberEntityDescription(
|
||||||
key=CORE_CLIMATE_TIMER,
|
key=CORE_CLIMATE_TIMER,
|
||||||
native_min_value=0,
|
native_min_value=0,
|
||||||
native_max_value=600,
|
native_max_value=SleepIQCoreClimate.max_core_climate_time,
|
||||||
native_step=30,
|
native_step=30,
|
||||||
name=ENTITY_TYPES[CORE_CLIMATE_TIMER],
|
name=ENTITY_TYPES[CORE_CLIMATE_TIMER],
|
||||||
icon="mdi:timer",
|
icon="mdi:timer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user