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:
Jérôme W 2021-12-06 17:49:47 +01:00 committed by GitHub
parent bd8bba9e3f
commit 400b7a22bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
}