Skip to content

Commit

Permalink
fix: Support auto system_mode for Bosch Radiator thermostat II (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dierochade authored Mar 15, 2024
1 parent 55bb36f commit 396ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/bosch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ const definitions: Definition[] = [
'This is the temperature measured on the device (by default) or the remote temperature (if set within the last 30 minutes).')
.withSetpoint('occupied_heating_setpoint', 5, 30, 0.5)
.withLocalTemperatureCalibration(-5, 5, 0.1)
.withSystemMode(['off', 'heat'])
.withSystemMode(['off', 'heat', 'auto'])
.withPiHeatingDemand(ea.ALL)
.withRunningState(['idle', 'heat'], ea.STATE),
e.binary('boost', ea.ALL, 'ON', 'OFF')
Expand Down

0 comments on commit 396ed1e

Please sign in to comment.