forked from platypush/platypush
Updated README
This commit is contained in:
parent
bc1289f2a9
commit
ab9e86dc25
1 changed files with 19 additions and 1 deletions
|
@ -9,8 +9,26 @@ backend.pushbullet:
|
|||
disabled: True
|
||||
logging: DEBUG
|
||||
token: your_pushbullet_token_here
|
||||
device: turing
|
||||
device: your_pushbullet_virtual_device_name
|
||||
|
||||
# device_id: <your_device_id> (default: current hostname)
|
||||
# debug: True (default: False)
|
||||
|
||||
music.mpd:
|
||||
host: localhost
|
||||
port: 6600
|
||||
|
||||
light.hue:
|
||||
bridge: hue # Bridge IP or hostname
|
||||
# lights: # Default lights you want to manage
|
||||
# - Living Room Ground Right
|
||||
# - Living Room Ground Left
|
||||
# - Hue bloom
|
||||
# - Kitchen Lampm
|
||||
# - Living room ceiling right
|
||||
# - Living room ceiling left
|
||||
# - Kitchen LED Strip
|
||||
# - Kitchen Table LED Strip
|
||||
groups: # Default groups you want to manage
|
||||
- Living Room
|
||||
|
||||
|
|
Loading…
Reference in a new issue