Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Homematic IP Cloud to climate-1.0 #24913

Merged
merged 4 commits into from
Jul 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix lint
  • Loading branch information
SukramJ authored Jul 3, 2019
commit 77968d0a3899a59f34d749ec4d2b64fbef3bab56
2 changes: 1 addition & 1 deletion homeassistant/components/homematicip_cloud/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def preset_mode(self):
if self._device.controlMode == HMIP_ECO_CM:
return PRESET_ECO
if self._home.get_functionalHome(IndoorClimateHome).absenceType \
in [AbsenceType.PERIOD, AbsenceType.PERMANENT,
in [AbsenceType.PERIOD, AbsenceType.PERMANENT,
AbsenceType.VACATION]:
return PRESET_AWAY

Expand Down