mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Addressed the comments in the issue. pep8+pylint seem fine now. (still works, too.)
This commit is contained in:
@@ -150,8 +150,8 @@ def from_config_file(config_path, enable_logging=True):
|
||||
if has_section("process"):
|
||||
process = load_module('process')
|
||||
|
||||
kwargs = dict(config.items('process'))
|
||||
add_status("process", process.setup(bus, statemachine, **kwargs))
|
||||
processes = dict(config.items('process'))
|
||||
add_status("process", process.setup(hass, processes))
|
||||
|
||||
# Light control
|
||||
if has_section("light.hue"):
|
||||
|
||||
Reference in New Issue
Block a user