mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Moved stuff away from core. Made component interface more uniform.
This commit is contained in:
@@ -134,7 +134,7 @@ def from_config_file(config_path):
|
||||
add_status("Downloader", downloader.setup(
|
||||
bus, get_opt("downloader", "download_dir")))
|
||||
|
||||
add_status("General", general.setup(bus, statemachine))
|
||||
add_status("General", general.setup(bus))
|
||||
|
||||
if has_section('browser'):
|
||||
add_status("Browser", load_module('browser').setup(bus))
|
||||
|
||||
Reference in New Issue
Block a user