Skip to content

Commit 0ec8c63

Browse files
authored
Update configuration.yaml.2.0
1 parent feecbd0 commit 0ec8c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Hochob/Services/Automation/HomeAssistant/configuration.yaml.2.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 &

0 commit comments

Comments
 (0)