Skip to content

Commit

Permalink
Partial fix for Koenkk#4571, changed current_heating_setpoint for occ…
Browse files Browse the repository at this point in the history
…upied_heating_setpoint (Koenkk#4784)

Co-authored-by: Emil Flach <[email protected]>
  • Loading branch information
EmilFlach and Emil Flach authored Oct 28, 2020
1 parent 5d643ba commit 084fccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension/homeassistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ const manualMaping = {
'AC0251100NJ/AC0251700NJ': [cfg.sensor_action, cfg.sensor_battery],
'MLI-404011': [cfg.sensor_action],
'SP600': [cfg.switch, cfg.sensor_power, cfg.sensor_energy],
'SPZB0001': [climate(5, 30, 'current_heating_setpoint', 0.5), cfg.sensor_battery],
'SPZB0001': [climate(5, 30, 'occupied_heating_setpoint', 0.5), cfg.sensor_battery],
'81825': [cfg.sensor_action],
'E1743': [cfg.sensor_click, cfg.sensor_action, cfg.sensor_battery],
'9290019758': [
Expand Down

0 comments on commit 084fccc

Please sign in to comment.