forked from platypush/platypush
Added config example
This commit is contained in:
parent
1bb0527adc
commit
af78267b58
1 changed files with 7 additions and 0 deletions
7
config.example.yaml
Normal file
7
config.example.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
pushbullet:
|
||||
token: your_pushbullet_token_here
|
||||
device: your_pushbullet_device_here # Virtual PushBullet device linked to notifier
|
||||
|
||||
# device_id: <your_device_id> (default: current hostname)
|
||||
# debug: True (default: False)
|
||||
|
Loading…
Reference in a new issue