From 959f6386b47d46922ce6da4eff9834e2b1339fa3 Mon Sep 17 00:00:00 2001 From: Derek Brooks Date: Mon, 13 Nov 2017 22:43:11 -0600 Subject: [PATCH] shorten that long line --- homeassistant/components/nuheat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()