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

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]
 

Detailed Description

The Volumio integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

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

Definition at line 37 of file __init__.py.

Variable Documentation

◆ PLATFORMS

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

Definition at line 13 of file __init__.py.