shorten that long line

This commit is contained in:
Derek Brooks 2017-11-13 22:43:11 -06:00
parent f1fe8e95ba
commit 959f6386b4

View file

@ -50,7 +50,8 @@ def setup(hass, config):
except ValueError:
_LOGGER.error(
"Configuration error. %s.%s=%s is invalid. Please provide a "
"numeric value.", DATA_NUHEAT, CONF_MIN_AWAY_TEMP, _min_away_temp)
"numeric value.", DATA_NUHEAT, CONF_MIN_AWAY_TEMP,
_min_away_temp)
api = nuheat.NuHeat(username, password)
api.authenticate()