Add media player volume control in fr-FR
with Alexa (#60489)
* media player volume control in `fr-FR` with Alexa * Apply suggestions from code review Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
bd8bba9e3f
commit
400b7a22bd
1 changed files with 2 additions and 0 deletions
|
@ -695,6 +695,7 @@ class AlexaSpeaker(AlexaCapability):
|
|||
"en-US",
|
||||
"es-ES",
|
||||
"es-MX",
|
||||
"fr-FR", # Not documented as of 2021-12-04, see PR #60489
|
||||
"it-IT",
|
||||
"ja-JP",
|
||||
}
|
||||
|
@ -752,6 +753,7 @@ class AlexaStepSpeaker(AlexaCapability):
|
|||
"en-IN",
|
||||
"en-US",
|
||||
"es-ES",
|
||||
"fr-FR", # Not documented as of 2021-12-04, see PR #60489
|
||||
"it-IT",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue