From 2c6e3cf1afb4ee0e40bfdb529f19ec471cddd44f Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Fri, 21 Jan 2022 11:15:58 +0000 Subject: [PATCH] Add 'etc/onlyone/config.yaml' --- etc/onlyone/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 etc/onlyone/config.yaml diff --git a/etc/onlyone/config.yaml b/etc/onlyone/config.yaml new file mode 100644 index 0000000..c42bfa1 --- /dev/null +++ b/etc/onlyone/config.yaml @@ -0,0 +1,6 @@ +defaultProcess: squeezelite +processes: +- key: squeezelite + cmd: /usr/local/bin/squeezelite -n "Living Room" +- key: bluetooth + cmd: bluealsa-aplay 00:00:00:00:00:00 \ No newline at end of file