This commit is contained in:
Jon Maddox 2015-09-24 00:38:18 -04:00
parent 90f35b35cd
commit 8d42e42230

View File

@ -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)