mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix script merge conflict
This commit is contained in:
parent
31e019e88a
commit
1d28fa712f
@ -119,7 +119,7 @@ class Script():
|
|||||||
"""Test if condition is matching."""
|
"""Test if condition is matching."""
|
||||||
self.last_action = action.get(CONF_ALIAS, action[CONF_CONDITION])
|
self.last_action = action.get(CONF_ALIAS, action[CONF_CONDITION])
|
||||||
check = condition.from_config(action)(self.hass, False)
|
check = condition.from_config(action)(self.hass, False)
|
||||||
self._log("Test condition %s: %s", self.last_action, check)
|
self._log("Test condition {}: {}".format(self.last_action, check))
|
||||||
return check
|
return check
|
||||||
|
|
||||||
def _remove_listener(self):
|
def _remove_listener(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user