mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
style
This commit is contained in:
parent
90f35b35cd
commit
8d42e42230
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user