diff --git a/src/panels/lovelace/cards/hui-thermostat-card.ts b/src/panels/lovelace/cards/hui-thermostat-card.ts index 0070de8d0d..5ec56a3d5a 100644 --- a/src/panels/lovelace/cards/hui-thermostat-card.ts +++ b/src/panels/lovelace/cards/hui-thermostat-card.ts @@ -222,6 +222,8 @@ export class HuiThermostatCard extends LitElement implements LovelaceCard { sliderType, value: sliderValue, disabled: sliderValue === null, + min: stateObj.attributes.min_temp, + max: stateObj.attributes.max_temp }); this._updateSetTemp(uiValue); }