Another style fix. Who comes up with this?

pull/377/head
Paulus Schoutsen 2015-09-14 22:14:15 -07:00
parent fc43135ddd
commit 20f021d05f
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ def setup(hass, config):
continue
if CONF_CONDITION in p_config:
action = _process_if(hass, config, p_config[CONF_CONDITION], action)
action = _process_if(hass, config, p_config[CONF_CONDITION],
action)
_process_trigger(hass, config, p_config.get(CONF_TRIGGER, []), name,
action)