mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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:
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user