Implement EqualizerController in Alexa for media_player. (#30159)

This commit is contained in:
ochlocracy 2019-12-24 17:06:39 -05:00 committed by GitHub
parent 4ea42c2479
commit 25f78dd1a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 248 additions and 1 deletions

View file

@ -196,3 +196,11 @@ class Inputs:
"video3": "VIDEO 3",
"xbox": "XBOX",
}
VALID_SOUND_MODE_MAP = {
"movie": "MOVIE",
"music": "MUSIC",
"night": "NIGHT",
"sport": "SPORT",
"tv": "TV",
}