mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Remove trace
This commit is contained in:
@@ -215,7 +215,6 @@ class Scene(ToggleEntity):
|
||||
|
||||
def _reproduce_state(self, states):
|
||||
""" Wraps reproduce state with Scence specific logic. """
|
||||
print('REPRODUCE_STATE')
|
||||
self.ignore_updates = True
|
||||
reproduce_state(self.hass, states, True)
|
||||
self.ignore_updates = False
|
||||
|
Reference in New Issue
Block a user