mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Another style fix. Who comes up with this?
This commit is contained in:
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…
x
Reference in New Issue
Block a user