shorten that long line
This commit is contained in:
parent
f1fe8e95ba
commit
959f6386b4
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue