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"} |
Constants for the Onkyo integration.
|
private |
| 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.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 |