2017-11-29 02:42:36 +01:00
|
|
|
backend.kafka:
|
2017-11-09 05:04:48 +01:00
|
|
|
disabled: False
|
2017-11-29 02:42:36 +01:00
|
|
|
pusher: True # The pusher executable will use this backend by default
|
|
|
|
logging: DEBUG
|
|
|
|
server: your_server:9092
|
|
|
|
topic: runbullet
|
|
|
|
|
|
|
|
backend.pushbullet:
|
|
|
|
disabled: True
|
2017-11-09 05:04:48 +01:00
|
|
|
logging: DEBUG
|
2017-11-03 11:40:42 +01:00
|
|
|
token: your_pushbullet_token_here
|
2017-12-11 04:24:05 +01:00
|
|
|
device: your_pushbullet_virtual_device_name
|
2017-11-03 11:40:42 +01:00
|
|
|
|
2017-12-11 16:48:28 +01:00
|
|
|
backend.local:
|
|
|
|
fifo: /tmp/runbullet.fifo
|
|
|
|
|
2017-11-03 11:40:42 +01:00
|
|
|
# device_id: <your_device_id> (default: current hostname)
|
|
|
|
# debug: True (default: False)
|
|
|
|
|
2017-12-11 04:24:05 +01:00
|
|
|
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
|
|
|
|
|