Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.onkyo.const .InputSource
 

Namespaces

 homeassistant.components.onkyo.const
 

Variables

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