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

Namespaces

 config_flow
 
 const
 
 media_player
 

Functions

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

Detailed Description

The Music Player Daemon integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.mpd.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Music Player Daemon from a config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 20 of file __init__.py.