forked from home-assistant/core
Download dir now taken from config
This commit is contained in:
@@ -9,8 +9,8 @@ username=admin
|
||||
password=PASSWORD
|
||||
http_id=aaaaaaaaaaaaaaa
|
||||
|
||||
[hue]
|
||||
host=192.168.1.107
|
||||
|
||||
[chromecast]
|
||||
host=192.168.1.120
|
||||
host=192.168.1.120
|
||||
|
||||
[downloader]
|
||||
download_dir=downloads
|
2
start.py
2
start.py
@@ -33,7 +33,7 @@ actors.LightTrigger(eventbus, statemachine,
|
||||
devicetracker, actors.HueLightControl())
|
||||
|
||||
actors.setup_chromecast(eventbus, config.get("chromecast", "host"))
|
||||
actors.setup_file_downloader(eventbus, "downloads")
|
||||
actors.setup_file_downloader(eventbus, config.get("downloader", "download_dir"))
|
||||
actors.setup_webbrowser(eventbus)
|
||||
|
||||
# Init HTTP interface
|
||||
|
Reference in New Issue
Block a user