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

Variables

dictionary _INPUT_SOURCE_MEANINGS
 
string CONF_RECEIVER_MAX_VOLUME = "receiver_max_volume"
 
string CONF_SOURCES = "sources"
 
int DEVICE_DISCOVERY_TIMEOUT = 5
 
int DEVICE_INTERVIEW_TIMEOUT = 5
 
string DOMAIN = "onkyo"
 
string OPTION_INPUT_SOURCES = "input_sources"
 
string OPTION_MAX_VOLUME = "max_volume"
 
float OPTION_MAX_VOLUME_DEFAULT = 100.0
 
string OPTION_VOLUME_RESOLUTION = "volume_resolution"
 
 PYEISCP_COMMANDS = pyeiscp.commands.COMMANDS
 
 VolumeResolution
 
dictionary ZONES = {"main": "Main", "zone2": "Zone 2", "zone3": "Zone 3", "zone4": "Zone 4"}
 

Detailed Description

Constants for the Onkyo integration.

Variable Documentation

◆ _INPUT_SOURCE_MEANINGS

dictionary homeassistant.components.onkyo.const._INPUT_SOURCE_MEANINGS
private

Definition at line 29 of file const.py.

◆ CONF_RECEIVER_MAX_VOLUME

string homeassistant.components.onkyo.const.CONF_RECEIVER_MAX_VOLUME = "receiver_max_volume"

Definition at line 15 of file const.py.

◆ CONF_SOURCES

string homeassistant.components.onkyo.const.CONF_SOURCES = "sources"

Definition at line 14 of file const.py.

◆ DEVICE_DISCOVERY_TIMEOUT

int homeassistant.components.onkyo.const.DEVICE_DISCOVERY_TIMEOUT = 5

Definition at line 12 of file const.py.

◆ DEVICE_INTERVIEW_TIMEOUT

int homeassistant.components.onkyo.const.DEVICE_INTERVIEW_TIMEOUT = 5

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ OPTION_INPUT_SOURCES

string homeassistant.components.onkyo.const.OPTION_INPUT_SOURCES = "input_sources"

Definition at line 27 of file const.py.

◆ OPTION_MAX_VOLUME

string homeassistant.components.onkyo.const.OPTION_MAX_VOLUME = "max_volume"

Definition at line 24 of file const.py.

◆ OPTION_MAX_VOLUME_DEFAULT

float homeassistant.components.onkyo.const.OPTION_MAX_VOLUME_DEFAULT = 100.0

Definition at line 25 of file const.py.

◆ OPTION_VOLUME_RESOLUTION

string homeassistant.components.onkyo.const.OPTION_VOLUME_RESOLUTION = "volume_resolution"

Definition at line 18 of file const.py.

◆ PYEISCP_COMMANDS

homeassistant.components.onkyo.const.PYEISCP_COMMANDS = pyeiscp.commands.COMMANDS

Definition at line 141 of file const.py.

◆ VolumeResolution

homeassistant.components.onkyo.const.VolumeResolution

Definition at line 17 of file const.py.

◆ ZONES

dictionary homeassistant.components.onkyo.const.ZONES = {"main": "Main", "zone2": "Zone 2", "zone3": "Zone 3", "zone4": "Zone 4"}

Definition at line 139 of file const.py.