mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove trace
This commit is contained in:
parent
3ec00ce4fe
commit
63bf4db969
@ -215,7 +215,6 @@ class Scene(ToggleEntity):
|
|||||||
|
|
||||||
def _reproduce_state(self, states):
|
def _reproduce_state(self, states):
|
||||||
""" Wraps reproduce state with Scence specific logic. """
|
""" Wraps reproduce state with Scence specific logic. """
|
||||||
print('REPRODUCE_STATE')
|
|
||||||
self.ignore_updates = True
|
self.ignore_updates = True
|
||||||
reproduce_state(self.hass, states, True)
|
reproduce_state(self.hass, states, True)
|
||||||
self.ignore_updates = False
|
self.ignore_updates = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user