mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Add support for Vizio sound mode (#33200)
* add sound mode support for devices that support it * make setting and unsetting flag better * move eq and audio settings into constants * fix missed statement to use constant instead of hardcoded string * further fixes based on review * bump pyvizio version to include newly identified app
This commit is contained in:
@@ -64,6 +64,9 @@ class MockCompletePairingResponse(object):
|
||||
self.auth_token = auth_token
|
||||
|
||||
|
||||
CURRENT_EQ = "Music"
|
||||
EQ_LIST = ["Music", "Movie"]
|
||||
|
||||
CURRENT_INPUT = "HDMI"
|
||||
INPUT_LIST = ["HDMI", "USB", "Bluetooth", "AUX"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user