File tree Expand file tree Collapse file tree 3 files changed +50
-8
lines changed
custom_components/samsung_soundbar Expand file tree Collapse file tree 3 files changed +50
-8
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ set_rear_speaker_mode:
131
131
example : Rear
132
132
selector :
133
133
select :
134
- translation_key : " speaker_identifier "
134
+ translation_key : " rear_speaker_mode "
135
135
options :
136
136
- " Rear"
137
137
- " Front"
Original file line number Diff line number Diff line change 33
33
"title" : " Geräte Einstellungen"
34
34
}
35
35
}
36
- }
36
+ },
37
+ "selector" : {
38
+ "soundmode" : {
39
+ "options" : {
40
+ "standard" : " Standard" ,
41
+ "surround" : " Surround" ,
42
+ "game" : " Gaming" ,
43
+ "adaptive sound" : " Adaptive Sound"
44
+ }
45
+ },
46
+ "speaker_identifier" : {
47
+ "options" : {
48
+ "Spk_Center" : " Center" ,
49
+ "Spk_Side" : " Side" ,
50
+ "Spk_Wide" : " Wide" ,
51
+ "Spk_Front_Top" : " Front Top" ,
52
+ "Spk_Rear" : " Rear" ,
53
+ "Spk_Rear_Top" : " Rear Top"
54
+ }
55
+ },
56
+ "rear_speaker_mode" : {
57
+ "options" : {
58
+ "Rear" : " Rear" ,
59
+ "Front" : " Front"
60
+ }
61
+ }
62
+ }
37
63
}
Original file line number Diff line number Diff line change 36
36
},
37
37
"selector" : {
38
38
"soundmode" : {
39
- "options" : {
40
- "standard" : " Standard" ,
41
- "surround" : " Surround" ,
42
- "game" : " Gaming" ,
43
- "adaptive sound" : " Adaptive Sound"
44
- }
39
+ "options" : {
40
+ "standard" : " Standard" ,
41
+ "surround" : " Surround" ,
42
+ "game" : " Gaming" ,
43
+ "adaptive sound" : " Adaptive Sound"
44
+ }
45
+ },
46
+ "speaker_identifier" : {
47
+ "options" : {
48
+ "Spk_Center" : " Center" ,
49
+ "Spk_Side" : " Side" ,
50
+ "Spk_Wide" : " Wide" ,
51
+ "Spk_Front_Top" : " Front Top" ,
52
+ "Spk_Rear" : " Rear" ,
53
+ "Spk_Rear_Top" : " Rear Top"
54
+ }
55
+ },
56
+ "rear_speaker_mode" : {
57
+ "options" : {
58
+ "Rear" : " Rear" ,
59
+ "Front" : " Front"
60
+ }
45
61
}
46
62
}
47
63
}
You can’t perform that action at this time.
0 commit comments