Skip to content

Commit

Permalink
Merge branch 'feature/epathermostat_2.0' into feature/epa2.0_line_vol…
Browse files Browse the repository at this point in the history
…tage
  • Loading branch information
craigmaloney committed Feb 26, 2021
2 parents f2d6544 + 187570c commit c65f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermostat/importers.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _calculate_heat_runtime(df, thermostat_id, heat_type, heat_stage, hourly_ind
return

if has_multi_stage_heating(heat_stage):
warnings.warn("Multi-stage cooling isn't supported (yet)")
warnings.warn("Multi-stage heating isn't supported (yet)")
return

if has_two_stage_heating(heat_stage):
Expand Down

0 comments on commit c65f0aa

Please sign in to comment.