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

Add fan and reduce I/O calls in radiotherm #10437

Merged
merged 9 commits into from
Nov 22, 2017
Prev Previous commit
Next Next commit
Added missing precision attr back
  • Loading branch information
TD22057 committed Nov 14, 2017
commit 63cf64dfbff2eaab7410eaf1c46fce33e92faf6d
2 changes: 1 addition & 1 deletion homeassistant/components/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.const import (
ATTR_ENTITY_ID, ATTR_TEMPERATURE, STATE_ON, STATE_OFF, STATE_UNKNOWN,
TEMP_CELSIUS, PRECISION_WHOLE, PRECISION_TENTHS)
TEMP_CELSIUS, PRECISION_WHOLE, PRECISION_HALVES, PRECISION_TENTHS)

DOMAIN = 'climate'

Expand Down