diff --git a/homeassistant/components/nuheat.py b/homeassistant/components/nuheat.py index 5a888457e40..69cd674eed2 100644 --- a/homeassistant/components/nuheat.py +++ b/homeassistant/components/nuheat.py @@ -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()