Skip to content

Commit

Permalink
Add additional listening modes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaashoekstra94 committed Mar 21, 2022
1 parent 108eb37 commit 463fbe5
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions homeassistant/components/onkyo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@
"Pure Direct": ["pure-audio"],
"Stereo": ["stereo"],
"Extended Stereo": ["all-ch-stereo"],
"Surround": ["surr"],
"Surround": ["surr", "surround"],
"Auto Surround": ["auto-surround"],
"Multichannel PCM": ["straight-decode"],
"Dolby Digital": [
"dolby-atmos",
"dolby-surround",
"dolby-virtual",
"dolby-ex",
"dolby-ex-audyssey-dsx",
"dolby-surround-thx-cinema",
"pliix-thx-cinema",
"pliix-movie",
Expand All @@ -83,19 +84,38 @@
"pliiz-height-thx-cinema",
"pliiz-height-thx-games",
"plii",
"pliix",
"pliiz-height-thx-music",
"pliiz-height-thx-u2",
"pliiz-height",
"plii-game-audyssey-dsx",
"plii-movie-audyssey-dsx",
"plii-music-audyssey-dsx",
],
"DTS Surround": [
"dts-x",
"neural-x",
"dts-surround-sensation",
"neo-6-cinema-dts-surround-sensation",
"dts-neural-x-thx-cinema",
"neo-6-music-dts-surround-sensation",
"dts-neural-x-thx-music",
"dts-neural-x-thx-games",
"neural-surr",
"neural-surround-audyssey-dsx",
"neural-digital-music",
"neural-digital-music-audyssey-dsx",
"neo-6",
"neo-6-music",
"neo-6-cinema",
"neo-6-cinema-dts-surround-sensation",
"neo-6-music-dts-surround-sensation",
"neo-6-cinema-audyssey-dsx",
"neo-6-music-audyssey-dsx",
"neo-x-music",
"neo-x-cinema",
"neo-x-game",
"neo-x-thx-cinema",
"neo-x-thx-music",
"neo-x-thx-games",
],
"THX": [
"thx",
Expand All @@ -110,7 +130,7 @@
"neural-thx-music",
"neural-thx-games",
],
"Mono": ["mono"],
"Mono": ["mono", "mono-movie"],
"Extended Mono": ["full-mono"],
"Action": ["action", "game-action"],
"Drama": ["tv-logic"],
Expand All @@ -121,6 +141,7 @@
"Rock/Pop": ["musical", "game-rock"],
"Unplugged": ["unplugged"],
"Front Stage Surround": ["theater-dimensional"],
"Whole House": ["whole-house"],
}

SOUND_MODE_REVERSE_MAPPING = {
Expand Down

0 comments on commit 463fbe5

Please sign in to comment.