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 | |
The russound_rio component.
| 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.
| bool homeassistant.components.russound_rio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 61 of file __init__.py.
|
private |
Definition at line 18 of file __init__.py.
| list homeassistant.components.russound_rio.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 16 of file __init__.py.
| homeassistant.components.russound_rio.RussoundConfigEntry |
Definition at line 20 of file __init__.py.