Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vizio.const Namespace Reference

Variables

string ATTR_NEW_VALUE = "new_value"
 
string ATTR_SETTING_NAME = "setting_name"
 
string ATTR_SETTING_TYPE = "setting_type"
 
tuple COMMON_SUPPORTED_COMMANDS
 
string CONF_ADDITIONAL_CONFIGS = "additional_configs"
 
string CONF_APP_ID = "APP_ID"
 
string CONF_APPS = "apps"
 
string CONF_APPS_TO_INCLUDE_OR_EXCLUDE = "apps_to_include_or_exclude"
 
string CONF_CONFIG = "config"
 
string CONF_INCLUDE_OR_EXCLUDE = "include_or_exclude"
 
string CONF_MESSAGE = "MESSAGE"
 
string CONF_NAME_SPACE = "NAME_SPACE"
 
string CONF_VOLUME_STEP = "volume_step"
 
 DEFAULT_DEVICE_CLASS = MediaPlayerDeviceClass.TV
 
string DEFAULT_NAME = "Vizio SmartCast"
 
int DEFAULT_TIMEOUT = 8
 
int DEFAULT_VOLUME_STEP = 1
 
string DEVICE_ID = "pyvizio"
 
string DOMAIN = "vizio"
 
string SERVICE_UPDATE_SETTING = "update_setting"
 
dictionary SUPPORTED_COMMANDS
 
string VIZIO_AUDIO_SETTINGS = "audio"
 
dictionary VIZIO_DEVICE_CLASSES
 
string VIZIO_MUTE = "mute"
 
string VIZIO_MUTE_ON = "on"
 
dictionary VIZIO_SCHEMA
 
string VIZIO_SOUND_MODE = "eq"
 
string VIZIO_VOLUME = "volume"
 
 VolDictType
 

Detailed Description

Constants used by vizio component.

Variable Documentation

◆ ATTR_NEW_VALUE

string homeassistant.components.vizio.const.ATTR_NEW_VALUE = "new_value"

Definition at line 28 of file const.py.

◆ ATTR_SETTING_NAME

string homeassistant.components.vizio.const.ATTR_SETTING_NAME = "setting_name"

Definition at line 27 of file const.py.

◆ ATTR_SETTING_TYPE

string homeassistant.components.vizio.const.ATTR_SETTING_TYPE = "setting_type"

Definition at line 26 of file const.py.

◆ COMMON_SUPPORTED_COMMANDS

tuple homeassistant.components.vizio.const.COMMON_SUPPORTED_COMMANDS
Initial value:
1 = (
2  MediaPlayerEntityFeature.PAUSE
3  | MediaPlayerEntityFeature.PLAY
4  | MediaPlayerEntityFeature.SELECT_SOURCE
5  | MediaPlayerEntityFeature.TURN_ON
6  | MediaPlayerEntityFeature.TURN_OFF
7  | MediaPlayerEntityFeature.VOLUME_MUTE
8  | MediaPlayerEntityFeature.VOLUME_SET
9  | MediaPlayerEntityFeature.VOLUME_STEP
10 )

Definition at line 55 of file const.py.

◆ CONF_ADDITIONAL_CONFIGS

string homeassistant.components.vizio.const.CONF_ADDITIONAL_CONFIGS = "additional_configs"

Definition at line 36 of file const.py.

◆ CONF_APP_ID

string homeassistant.components.vizio.const.CONF_APP_ID = "APP_ID"

Definition at line 37 of file const.py.

◆ CONF_APPS

string homeassistant.components.vizio.const.CONF_APPS = "apps"

Definition at line 38 of file const.py.

◆ CONF_APPS_TO_INCLUDE_OR_EXCLUDE

string homeassistant.components.vizio.const.CONF_APPS_TO_INCLUDE_OR_EXCLUDE = "apps_to_include_or_exclude"

Definition at line 39 of file const.py.

◆ CONF_CONFIG

string homeassistant.components.vizio.const.CONF_CONFIG = "config"

Definition at line 40 of file const.py.

◆ CONF_INCLUDE_OR_EXCLUDE

string homeassistant.components.vizio.const.CONF_INCLUDE_OR_EXCLUDE = "include_or_exclude"

Definition at line 41 of file const.py.

◆ CONF_MESSAGE

string homeassistant.components.vizio.const.CONF_MESSAGE = "MESSAGE"

Definition at line 43 of file const.py.

◆ CONF_NAME_SPACE

string homeassistant.components.vizio.const.CONF_NAME_SPACE = "NAME_SPACE"

Definition at line 42 of file const.py.

◆ CONF_VOLUME_STEP

string homeassistant.components.vizio.const.CONF_VOLUME_STEP = "volume_step"

Definition at line 44 of file const.py.

◆ DEFAULT_DEVICE_CLASS

homeassistant.components.vizio.const.DEFAULT_DEVICE_CLASS = MediaPlayerDeviceClass.TV

Definition at line 46 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.vizio.const.DEFAULT_NAME = "Vizio SmartCast"

Definition at line 47 of file const.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.vizio.const.DEFAULT_TIMEOUT = 8

Definition at line 48 of file const.py.

◆ DEFAULT_VOLUME_STEP

int homeassistant.components.vizio.const.DEFAULT_VOLUME_STEP = 1

Definition at line 49 of file const.py.

◆ DEVICE_ID

string homeassistant.components.vizio.const.DEVICE_ID = "pyvizio"

Definition at line 51 of file const.py.

◆ DOMAIN

string homeassistant.components.vizio.const.DOMAIN = "vizio"

Definition at line 53 of file const.py.

◆ SERVICE_UPDATE_SETTING

string homeassistant.components.vizio.const.SERVICE_UPDATE_SETTING = "update_setting"

Definition at line 24 of file const.py.

◆ SUPPORTED_COMMANDS

dictionary homeassistant.components.vizio.const.SUPPORTED_COMMANDS
Initial value:
1 = {
2  MediaPlayerDeviceClass.SPEAKER: COMMON_SUPPORTED_COMMANDS,
3  MediaPlayerDeviceClass.TV: (
4  COMMON_SUPPORTED_COMMANDS
5  | MediaPlayerEntityFeature.NEXT_TRACK
6  | MediaPlayerEntityFeature.PREVIOUS_TRACK
7  ),
8 }

Definition at line 66 of file const.py.

◆ VIZIO_AUDIO_SETTINGS

string homeassistant.components.vizio.const.VIZIO_AUDIO_SETTINGS = "audio"

Definition at line 76 of file const.py.

◆ VIZIO_DEVICE_CLASSES

dictionary homeassistant.components.vizio.const.VIZIO_DEVICE_CLASSES
Initial value:
1 = {
2  MediaPlayerDeviceClass.SPEAKER: VIZIO_DEVICE_CLASS_SPEAKER,
3  MediaPlayerDeviceClass.TV: VIZIO_DEVICE_CLASS_TV,
4 }

Definition at line 83 of file const.py.

◆ VIZIO_MUTE

string homeassistant.components.vizio.const.VIZIO_MUTE = "mute"

Definition at line 79 of file const.py.

◆ VIZIO_MUTE_ON

string homeassistant.components.vizio.const.VIZIO_MUTE_ON = "on"

Definition at line 77 of file const.py.

◆ VIZIO_SCHEMA

dictionary homeassistant.components.vizio.const.VIZIO_SCHEMA

Definition at line 88 of file const.py.

◆ VIZIO_SOUND_MODE

string homeassistant.components.vizio.const.VIZIO_SOUND_MODE = "eq"

Definition at line 75 of file const.py.

◆ VIZIO_VOLUME

string homeassistant.components.vizio.const.VIZIO_VOLUME = "volume"

Definition at line 78 of file const.py.

◆ VolDictType

homeassistant.components.vizio.const.VolDictType

Definition at line 30 of file const.py.