Namespaces | |
| browse_media | |
| config_flow | |
| const | |
| media_player | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
The Volumio integration.
| bool homeassistant.components.volumio.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Volumio from a config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.volumio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 37 of file __init__.py.
| list homeassistant.components.volumio.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 13 of file __init__.py.