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

Namespaces

 config_flow
 
 const
 
 entity
 
 media_player
 

Functions

bool async_setup_entry (HomeAssistant hass, RussoundConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.MEDIA_PLAYER]
 
 RussoundConfigEntry
 

Detailed Description

The russound_rio component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.russound_rio.async_setup_entry ( HomeAssistant  hass,
RussoundConfigEntry  entry 
)
Set up a config entry.

Definition at line 23 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.russound_rio.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 61 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.russound_rio._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.russound_rio.PLATFORMS = [Platform.MEDIA_PLAYER]

Definition at line 16 of file __init__.py.

◆ RussoundConfigEntry

homeassistant.components.russound_rio.RussoundConfigEntry

Definition at line 20 of file __init__.py.