diff --git a/runbullet/config.example.yaml b/runbullet/config.example.yaml
index 0a7eb808b..66349df2d 100644
--- a/runbullet/config.example.yaml
+++ b/runbullet/config.example.yaml
@@ -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
+