Another style fix. Who comes up with this?
parent
fc43135ddd
commit
20f021d05f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue