Skip to content

Commit

Permalink
Revert "Add emergency_heating for heating to SLR2b/c (#4733)" (#4877)
Browse files Browse the repository at this point in the history
This reverts commit 725d783.
  • Loading branch information
Koenkk committed Nov 2, 2022
1 parent fefa55f commit 62f6e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devices/hive.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ module.exports = [
},
exposes: [
exposes.climate().withSetpoint('occupied_heating_setpoint', 5, 32, 0.5).withLocalTemperature()
.withSystemMode(['off', 'auto', 'heat', 'emergency_heating']).withRunningState(['idle', 'heat']).withEndpoint('heat'),
.withSystemMode(['off', 'auto', 'heat']).withRunningState(['idle', 'heat']).withEndpoint('heat'),
exposes.binary('temperature_setpoint_hold', ea.ALL, true, false)
.withDescription('Prevent changes. `false` = run normally. `true` = prevent from making changes.' +
' Must be set to `false` when system_mode = off or `true` for heat').withEndpoint('heat'),
Expand Down Expand Up @@ -396,7 +396,7 @@ module.exports = [
},
exposes: [
exposes.climate().withSetpoint('occupied_heating_setpoint', 5, 32, 0.5).withLocalTemperature()
.withSystemMode(['off', 'auto', 'heat', 'emergency_heating']).withRunningState(['idle', 'heat']).withEndpoint('heat'),
.withSystemMode(['off', 'auto', 'heat']).withRunningState(['idle', 'heat']).withEndpoint('heat'),
exposes.binary('temperature_setpoint_hold', ea.ALL, true, false)
.withDescription('Prevent changes. `false` = run normally. `true` = prevent from making changes.' +
' Must be set to `false` when system_mode = off or `true` for heat').withEndpoint('heat'),
Expand Down

0 comments on commit 62f6e39

Please sign in to comment.