From 1bf7a0529b152a935b4c51dffc9ba338c26ddfdf Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sat, 22 Jan 2022 11:16:29 +0000 Subject: [PATCH] Update 'etc/onlyone/config.yaml' --- etc/onlyone/config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/onlyone/config.yaml b/etc/onlyone/config.yaml index e8101ad..48128fe 100644 --- a/etc/onlyone/config.yaml +++ b/etc/onlyone/config.yaml @@ -3,4 +3,8 @@ processes: - key: squeezelite cmd: /usr/local/bin/squeezelite -o equal -n "Living Room" -v - key: bluetooth - cmd: bluealsa-aplay 00:00:00:00:00:00 \ No newline at end of file + cmd: bluealsa-aplay 00:00:00:00:00:00 +mqtt: #only define if control from mqtt needed + brokerAddress: "192.168.1.251" # address of mqtt broker + topic: "home/devices/$CLIENTID/audio/input" # topic + brokerPort: 8883 # mqtt broker port \ No newline at end of file