Files
projects/Python/volume-knob/config.yaml
T
2024-05-10 23:06:08 +02:00

18 lines
306 B
YAML

modes:
- name: "Master"
process: "master"
- name: "Media"
process:
- "chrome.exe"
- "firefox.exe"
- "vlc.exe"
- "Spotify.exe"
- name: "Other"
process: "other"
mqtt:
broker: "192.168.178.6"
port: 9001
topic: "zigbee2mqtt/Desk knob"
transport: "websockets"