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

Namespaces

 config_flow
 
 const
 
 dms
 
 media_source
 
 util
 

Functions

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

Detailed Description

The DLNA Digital Media Server integration.

A single config entry is used, with SSDP discovery for media servers. Each
server is wrapped in a DmsEntity, and the server's USN is used as the unique_id.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.dlna_dms.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up DLNA DMS device from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 32 of file __init__.py.