Skip to content

Commit

Permalink
Merge branch 'feature/epathermostat_2.0' into feature/epathermostat_2…
Browse files Browse the repository at this point in the history
….0_runtime
  • Loading branch information
craigmaloney committed Feb 26, 2021
2 parents 01850ae + 187570c commit 25ac8cf
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 @@ -442,7 +442,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 25ac8cf

Please sign in to comment.