Download dir now taken from config
parent
32b357f5e1
commit
a58319aebd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue