From 17853126f89aa44f899d3d9c6b30cdba809906ee Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 6 Oct 2019 13:33:32 -0400 Subject: [PATCH] Added new cmd --- configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 292c8be..00f0689 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -242,6 +242,7 @@ ifttt: ### Custom Commands shell_command: alarm_off: pkill mpg123 + vlc_off: pkill vlc tornado_alarm: mpg123 /media/audio/Tornado_Siren.mp3 door_chime: mpg123 /media/audio/Store_Door_Chime.mp3 security_alarm: mpg123 /media/audio/security_siren.mp3 @@ -266,6 +267,7 @@ shell_command: welcome_to_mk: mpg123 /media/audio/welcome_magic_kingdom.mp3 welcome_show_crowd: mpg123 /media/audio/welcome_show_crowd.mp3 spaceship_earth_ride: mpg123 /media/audio/spaceship_earth_ride.mp3 + this_is_halloween: cvlc /media/audio/This_is_Halloween.mp3 dance_it: mpg123 /media/audio/move_it_shake_dance_audio.mp3 hass_vol_up: sudo amixer set PCM -- $[$(amixer get PCM|grep -o [0-9]*%|sed 's/%//')+5]% hass_vol_dn: sudo amixer set PCM -- $[$(amixer get PCM|grep -o [0-9]*%|sed 's/%//')-5]%