mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Remove trace
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user