mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Update the instructions for location of dropbox_uplodaer.sh
Add instructions to customize the location of dropbox_uploader.sh
This commit is contained in:
parent
365499cf74
commit
3012fd0275
@ -37,6 +37,16 @@ Follow the instructions you see on your screen.
|
|||||||
|
|
||||||
Go to the folder you have placed `dropbox.py`.
|
Go to the folder you have placed `dropbox.py`.
|
||||||
|
|
||||||
|
Option A:
|
||||||
|
Copy file `dropbox_uploader.sh` to : `.homeassistant/extraconfig/shell_code/` (so the full path would be similar to: `/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh`)
|
||||||
|
Option B:
|
||||||
|
Edit `dropbox.py`:
|
||||||
|
Change the following line:
|
||||||
|
`uploader = "/home/homeassistant/.homeassistant/extraconfig/shell_code/dropbox_uploader.sh"`
|
||||||
|
to where you placed your file: (for example):
|
||||||
|
`uploader = "/home/homeassistant/MyFolder/dropbox_uploader.sh"`
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ python dropbox.py
|
$ python dropbox.py
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user