forked from platypush/platypush
34 lines
899 B
YAML
34 lines
899 B
YAML
backend.kafka:
|
|
disabled: False
|
|
pusher: True # The pusher executable will use this backend by default
|
|
logging: DEBUG
|
|
server: your_server:9092
|
|
topic: runbullet
|
|
|
|
backend.pushbullet:
|
|
disabled: True
|
|
logging: DEBUG
|
|
token: your_pushbullet_token_here
|
|
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
|
|
|