Skip to content

Commit

Permalink
Remove SEA801-Zigbee/SEA802-Zigbee running_state since it doesn't sup…
Browse files Browse the repository at this point in the history
…port it. #2603
  • Loading branch information
Koenkk committed May 20, 2021
1 parent 5bc704d commit 05d6f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/saswell.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ module.exports = [
exposes: [e.battery_low(), e.window_detection(), e.child_lock(), exposes.climate()
.withSetpoint('current_heating_setpoint', 5, 30, 0.5, ea.STATE_SET).withLocalTemperature(ea.STATE)
.withSystemMode(['off', 'heat', 'auto'], ea.STATE_SET).withLocalTemperatureCalibration(ea.STATE_SET)
.withRunningState(['idle', 'heat'], ea.STATE).withAwayMode()],
.withAwayMode()],
},
];

0 comments on commit 05d6f97

Please sign in to comment.