diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-04-09 21:17:59 +0400 |
commit | 756a33999df9255deb1c08a443a5621d94da0126 (patch) | |
tree | ed40d4465637d99a4da2a0069f18fb15d82f21d5 /custom/shell.yaml | |
parent | 3b67e6bbc959b5d24f12e7df1574e96085431a56 (diff) | |
download | hass-756a33999df9255deb1c08a443a5621d94da0126.tar.gz hass-756a33999df9255deb1c08a443a5621d94da0126.tar.bz2 hass-756a33999df9255deb1c08a443a5621d94da0126.tar.xz hass-756a33999df9255deb1c08a443a5621d94da0126.zip |
Fixes, multi-room sounds, motion tracking in rooms
Diffstat (limited to 'custom/shell.yaml')
-rw-r--r-- | custom/shell.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/shell.yaml b/custom/shell.yaml new file mode 100644 index 0000000..6c05d1b --- /dev/null +++ b/custom/shell.yaml @@ -0,0 +1,2 @@ +sound_combined: 'ssh -i /config/keys/id_rsa csa@localhost pacmd set-default-sink combined' +sound_living: 'ssh -i /config/keys/id_rsa csa@localhost pacmd set-default-sink 0' |