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: elif state.state == STATE_OFF:
service = SERVICE_TURN_OFF service = SERVICE_TURN_OFF
else: else:
_LOGGER.warning("reproduce_state: Unable to reproduce state %s", _LOGGER.warning("reproduce_state: Unable to reproduce \
state) state %s", state)
continue continue
service_data = dict(state.attributes) service_data = dict(state.attributes)