Skip to content

Commit

Permalink
Add new exposes to Ubisys H1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorge committed Mar 10, 2023
1 parent 89f1f37 commit b33d18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devices/ubisys.js
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,8 @@ module.exports = [
.withRunningMode(['off', 'heat'])
.withSetpoint('occupied_heating_setpoint', 7, 30, 0.5)
.withLocalTemperature()
.withPiHeatingDemand(ea.STATE_GET),
.withPiHeatingDemand(ea.STATE_GET)
.withWeeklySchedule(['heat']),
exposes.binary('vacation_mode', ea.STATE_GET, true, false)
.withDescription('When Vacation Mode is active the schedule is disabled and unoccupied_heating_setpoint is used.'),
],
Expand Down

0 comments on commit b33d18b

Please sign in to comment.