File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Hochob/Services/Automation/HomeAssistant Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ sensor:
316316
317317 - platform: command_line
318318 name: Qualcomm
319- command: amixer sget Master | grep -Eo '\[(\w+)\%\]' | grep -Eo '\w+'
319+ command: amixer -D pulse sget Master | grep Left | grep -Eo '\[(\w+)\%\]' | grep -Eo '\w+'
320320 unit_of_measurement: "%"
321321 value_template: '{{ value | int }}'
322322
@@ -610,7 +610,7 @@ shell_command:
610610 toyota: ~/CodeLabs/Hochob/Applications/TechieMayaLands/Toyota.sh &
611611 kodak: ssh root@127.0.0.1 sudo reboot
612612 apple: ~/CodeLabs/Hochob/Applications/TechieMayaLands/Apple.sh &
613- qualcomm: amixer sset Master '{{ volume_level }}%'
613+ qualcomm: amixer -D pulse sset Master '{{ volume_level }}%'
614614 windriver: ~/CodeLabs/Hochob/Applications/TechieMayaLands/WindRiver.sh &
615615
616616 keypadyes: ~/CodeLabs/Hochob/Services/Keypad/KeypadYesNo.sh virtual yes &
You can’t perform that action at this time.
0 commit comments