From 8d42e422303e1bcde8f4bb382480b45619f8dac8 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Thu, 24 Sep 2015 00:38:18 -0400 Subject: [PATCH] style --- homeassistant/helpers/state.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/helpers/state.py b/homeassistant/helpers/state.py index 1de6e7d367b..eff70384a3a 100644 --- a/homeassistant/helpers/state.py +++ b/homeassistant/helpers/state.py @@ -67,8 +67,8 @@ def reproduce_state(hass, states, blocking=False): elif state.state == STATE_OFF: service = SERVICE_TURN_OFF else: - _LOGGER.warning("reproduce_state: Unable to reproduce state %s", - state) + _LOGGER.warning("reproduce_state: Unable to reproduce \ + state %s", state) continue service_data = dict(state.attributes)