Skip to content

Commit

Permalink
Update moes.ts
Browse files Browse the repository at this point in the history
description and analysis in Koenkk#8561
  • Loading branch information
loodvin authored Jan 28, 2025
1 parent db7595c commit c50f1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/moes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ const definitions: DefinitionWithExtend[] = [
e
.climate()
.withLocalTemperature(ea.STATE)
.withSetpoint('current_heating_setpoint', 0, 35, 0.5, ea.STATE_SET)
.withLocalTemperatureCalibration(-9, 9, 0.5, ea.STATE_SET)
.withSetpoint('current_heating_setpoint', 0, 35, 1, ea.STATE_SET)
.withLocalTemperatureCalibration(-9, 9, 1, ea.STATE_SET)
.withSystemMode(['heat'], ea.STATE_SET)
.withRunningState(['idle', 'heat'], ea.STATE)
.withPreset(
Expand Down

0 comments on commit c50f1d0

Please sign in to comment.