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

Variables

int CONNECT_TIMEOUT = 15
 
string DOMAIN = "russound_rio"
 
dictionary MP_FEATURES_BY_FLAG
 
tuple RUSSOUND_RIO_EXCEPTIONS
 

Detailed Description

Constants used for Russound RIO.

Variable Documentation

◆ CONNECT_TIMEOUT

int homeassistant.components.russound_rio.const.CONNECT_TIMEOUT = 15

Definition at line 20 of file const.py.

◆ DOMAIN

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

Definition at line 10 of file const.py.

◆ MP_FEATURES_BY_FLAG

dictionary homeassistant.components.russound_rio.const.MP_FEATURES_BY_FLAG
Initial value:
1 = {
2  FeatureFlag.COMMANDS_ZONE_MUTE_OFF_ON: MediaPlayerEntityFeature.VOLUME_MUTE
3 }

Definition at line 22 of file const.py.

◆ RUSSOUND_RIO_EXCEPTIONS

tuple homeassistant.components.russound_rio.const.RUSSOUND_RIO_EXCEPTIONS
Initial value:
1 = (
2  CommandError,
3  ConnectionRefusedError,
4  TimeoutError,
5  asyncio.CancelledError,
6 )

Definition at line 12 of file const.py.